SelectFolderDialog & InitialDirectory

Quick question…

When using SelectFolderDialog and setting the InitialDirectory to a desired folder, I have found that directory does get chosen; however, the listbox scroll position does not change and unable to locate the property or method to perform the desired results.

How do I set the scroll position of a the listbox when setting the initialDirectory?

thank you in advance :slight_smile:

I don’t think you will be able to. I believe that widget is a system call, so it is out of Xojo’s hands. Maybe the Xojo team can do something internally, but that’d likely be a feature request.

Thank you Jeremy. :slight_smile:

you are probably right on the feature request. sounds like the only way I would be able to do what I want to do is if I build a file browser using a listbox and then populate it using a recursive scan.