HorizontalVariableListView
HorizontalVariableListView copied to clipboard
lock(freeze) the scroll
We use function disableScroll in early version, but in version 1.2.2, there is no disableScroll. Now we use setEnabled(false) but it still can be scrolled a little(not totally freeze) Please teach us how we can solve it? Thank you very much!