Jump to content

Recommended Posts

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...