M m4.s Member Licensed User Longtime User Mar 4, 2021 #1 I'd like to be able to dynamically - via code - set the displayed location of horizontal (H) scrollbars to the top (vs. default bottom) position. Likewise, the vertical (V) scrollbar to the left (vs. its default right) position... For scrollpane and webview controls, at minimum. If this is possible, how exactly please.
I'd like to be able to dynamically - via code - set the displayed location of horizontal (H) scrollbars to the top (vs. default bottom) position. Likewise, the vertical (V) scrollbar to the left (vs. its default right) position... For scrollpane and webview controls, at minimum. If this is possible, how exactly please.
Erel B4X founder Staff member Licensed User Longtime User Mar 4, 2021 #2 I don't think that tou can't move the built-in bars. You can hide them and provide your own interface to scroll the ScrollPane. Maybe with sliders. Upvote 0
I don't think that tou can't move the built-in bars. You can hide them and provide your own interface to scroll the ScrollPane. Maybe with sliders.