on 8-04-2006 10:10, Wade Little at [EMAIL PROTECTED] wrote: > I have a Hierarchical listbox setup with a couple expandable items in > it. I have the vertical scrollbar set to visible....Now the issue > is then I expand my items in the list it displays all the items but > they are larger than what can be show on the list box but the > vertical scrollbar does not show up. The only way I can get it to > show up is if I click in the list box and use the arrow keys to move > down....then the scrollbar will display. > > How can I get the scrollbar to display as soon as I expand the item > in the list box?? >
is it in a composite window? chances are that this is similar to the refresh scrollbar issue in the editfield try this workaround (works for the editfield): Listbox.Height = Listbox.Height + 1 Listbox.Height = Listbox.Height - 1 HTH Cool Runnings, Erne. -- / |\ |\ | / |/ | \ | \ |\ | \| \ _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
