on 8-04-2006 10:32, Wade Little at [EMAIL PROTECTED] wrote: > Yes this is a composite window....Thank you as the workaround > provided works great. > > Do you have a bug open for this issue? If so what is ref so I can add > to it. >
Yep! turns out I got 2 this one for the listbox: lkgzrjxr this one for the editfield: auwaexvk > Wade > > On Apr 8, 2006, at 1:25 AM, Erne wrote: > >> 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> > > _______________________________________________ > 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> 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>
