Scroll Lock feature using tableView javafx

Multi tool use


Scroll Lock feature using tableView javafx
I want to create a tableView and give scroll lock feature in that view in case of data stream is coming to view.
i have created the view and if scroll bar is placed at any location (not at end), the view doesn't get scrolled but if i drag the scroll bar at the end, and continuous data comes, scroll bar remains at end which results in coming data gets displayed.
If any one can help to stop getting new data in view even if scroll bar is at end.
Thanks
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.