Basically I am using a specific panel for warning, errors etc... I have the panel unpinned by default, My goal is to have the panel focus when a error message , warning, or error is logged . How to focus the panel. I want the panel to basically rise up or come out from the unpinned state so we can see the specific message. But I dont wont to pinned it.
Thanks, this is what i was looking for.
Hello Keith,
I will be happy to assist you with your question.
I recommend using the ToogleDockState method to achieve the explained behavior. This method toggles the pane and its child panes between the last docked and floating states. To learn more about this method, please visit our online documentation here.
Please let me know if you have additional questions regarding this matter.