The Controls that provide visualisation of large data, such as Table, List, Tree and TreeTable have built in scrolling support for when the data sets are large.
This is handy, however there are use cases where this is not desired, especially when the Control is embedded inside a larger view that has its own scroll bars (e.g. when mimicking the look and feel of a standard webapp). It would be useful to be able to disable scrolling in these cases. It should be possible to disable scrolling in both or either direction, i.e. disable horizontal scrolling only, vertical only or both.
This is handy, however there are use cases where this is not desired, especially when the Control is embedded inside a larger view that has its own scroll bars (e.g. when mimicking the look and feel of a standard webapp). It would be useful to be able to disable scrolling in these cases. It should be possible to disable scrolling in both or either direction, i.e. disable horizontal scrolling only, vertical only or both.