I need to set the Min
, Max
and Pref
width of the Pane
contained inside of a ScrollPan
e to a single value (preferably the size of the ScrollPane
's available viewing area).
If I just bind it to ScrollPan
e width, once the Scrollbar
appears on the ScrollPane
it overlays some of the underlying pane.
Is it possible to somehow determine the available width inside of the ScrollPane
(i.e. full width minus the Scrollbar
width) and monitor it for changes?