TAdvDirectoryEdit - Browse Dialog position

When the TAdvDirectoryEdit is used near the bottom of the screen, the Browse dialog opens up with the bottom (and OK button) off screen. I would like to set the position of the dialog so that it is completely on screen when opened.
I see that there is a OnShowDirectoryDialog event which I presume would allow me to manipulate the position but the Sender is not a regular component (as far as I can see) so I don't know how I can use that.
There is also a Persistence parameter for the TAdvDirectoryEdit, does that store/load the last position for the dialog? I can't get it to do anything.

Persist will save the text, not the position of the directory picker dialog.
For the positioning at the bottom of the screen, we have applied an improvement.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.