From: Frazier, J. J. <Joe...@Pe...> - 2001-03-05 13:37:43
|
>>I have a combo box such as below. How do I get a scroll bar along the >>left or right side. Is this functionality supported? If so, does the >>same method work for List boxes. Part of the problem, is that I mostly >>copied these directly from the examples and don't know what the various >>style settings are since my documentation doesn't detail this option. >> >>Thanks in advance for any insight. >> $CBdropdown =3D $Window->AddCombobox(=20 >> -name =3D> "Dropdown", >> -left =3D> 10,=20 >> -top =3D> 25, >> -width =3D> 180,=20 >> -height =3D> 400, >> -scroll =3D> 1, >> -style =3D> WS_VISIBLE | 2 | WS_NOTIFY, >> ); >>=20 >> Joe Frazier, Jr >> Technical Support Engineer >> Peopleclick.com >> 800-841-2365 >> su...@pe... >>=20 > -----Original Message----- > From: Erick J. Bourgeois [mailto:er...@e-...] > Sent: Saturday, March 03, 2001 3:17 PM > To: per...@li... > Subject: Re: [perl-win32-gui-users] perl-win32-gui-users >=20 >=20 > Use either/both WS_HSCROLL | WS_VSCROLL in your style option. >=20 > erick > never stop questioning > www.jeb.ca Thanks. That worked. I guess now, my question is is there any documention on the style attribute? Joe Frazier, Jr Technical Support Engineer Peopleclick.com 800-841-2365 su...@pe... >=20 |