Discussion:
VBA : Listbox(problem)
(too old to reply)
Peter
2004-10-20 10:54:21 UTC
Permalink
Hello,

(Problem in VBA (Visual Basic for Applications)
Can someone tell me how to controle the appearance of Scrollbars
(horizontal and vertical) in a Listbox... it is quite clear in a
Userform, but when I implant a Listbox I often get the scrollbars as
well... and in most cases I dont't want them, don't need them... with
which item do I put those things out-of-order ?


Thanks for every reply,

Greetings Peter
ksquare
2004-10-28 03:25:42 UTC
Permalink
the appearance of scrollbars is a window property that can be modified
after the window has been drawn.

If you have Visual Studio 2003 MSDN content locally installed, see
article...

ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/dnmag00/html/combo1200.htm
Continue reading on narkive:
Loading...