Hi,
I need to implement toolbar and menu options to toggle the visibility of the FindPanel whilst still retaining the close button.
I could work out a solution using a boolean variable and setting the displaymode to always or never, followed by setting back to manual again (to show the close button). But then I have no idea when the user closes the find panel via the close button and so cannot synchronise the variable & toolbar buttons etc.
Can we have something like the following for the FindPanel class?
property Visible : boolean;
property OnShow;
property OnHide; // or just OnVisibilityChanged?
Thanks,
Stuart
Nice idea. We will possibly implement this functionality with future versions of our controls.
Thanks :)