flex - scroll bar selectable -
i have canvas scrollbar , disable scrollbar in way keeps thumb visible, not selectable. want let user know there more information below, not want let him use scroll move down(this done movement of arrows). tried using properties enabled not work.
any ideas???
thanks.
canvas has verticalscrollbarstylename
used scrollbar skinning. name of css style assigned vertical scrollbar, in turn has following styles: thumbupskin, thumboverskin, thumbdownskin. need custom class thumb mouseenabled=false. set these styles thumb class name.
Comments
Post a Comment