I have a datagrid with more than 70 columns (with few fixed). I dont want the scrollbar to appear in datagrid (both horizontal and vertical) but in the parent container which is a VBox (or canvas) instead. This will help to scroll the screen vertically without having to scroll all the way right in datagird to scroll vertically. Thanks Guys.
Share
Got it working. Wrapped the datagrid inside a VBox with its height and width as 100% and then set the width and height of datagrid (at runtime) as little less than its parent container’s width and height.