2000a Posted March 3, 2005 Posted March 3, 2005 I can't get an horizontal scrollbar on a list: Global Const $WS_HSCROLL = 0x00100000 Global Const $WS_VSCROLL = 0x00200000 $mylist=GUICtrlCreateList ('my first item', 25, 50, 5, 250, $LBS_SORT+$WS_BORDER+$WS_VSCROLL+$WS_HSCROLL) It creates a list box with a vertical scrollbar, but horizontal scroll bar... Anyone know how to add an horizontall scrollbar to a list? thank you
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now