show scrollbar by default - ScrollView
-
wrote on 29 Jun 2018, 06:49 last edited by
hello,
i am using ScrollView to display column of items.
i want scroll bar to be visible all the time when height of column of items exceeds ScrollView height.but scrollbar is visible only when its hovered upon, how can i make scrollbar visible all the time ??
thanks,
Ayyappa. -
wrote on 29 Jun 2018, 07:40 last edited by
oh i solved it by myselft !! sorry for bothering..
i used scrollview style properties and assigned rectangles of zero width and height to the "decrementControl" and "incrementControl" components -
wrote on 4 Oct 2024, 05:52 last edited by
could u add the example code for this