In my ui, I allow the user to specify the auto hide size of the RadPane(s) [for unpinned] and the size of the RadSplitContainer(s) [for pinned].
If a user pins the RadPane, the AutoHideWidth and AutoHideHeight are set to 0 so after unpinning, the auto size is now back to a system default instead of my user specified value.
I have application wide buttons that allow the user to pin or unpin all RadPane(s). This gives me an easy place to store the current auto size before pinning and restore the size when unpinning. So this works fine if the user uses my buttons.
But if the user uses the pin on the RadPane itself, I have no way of getting this notification (that I know of).
So the question is, is there an event I can register for that will tell me if a RadPane is about to be pin or unpinned.
Or is there a different way to handle the AutoHideWidth/AutoHideHeight being reset to 0?
Thanks.
If a user pins the RadPane, the AutoHideWidth and AutoHideHeight are set to 0 so after unpinning, the auto size is now back to a system default instead of my user specified value.
I have application wide buttons that allow the user to pin or unpin all RadPane(s). This gives me an easy place to store the current auto size before pinning and restore the size when unpinning. So this works fine if the user uses my buttons.
But if the user uses the pin on the RadPane itself, I have no way of getting this notification (that I know of).
So the question is, is there an event I can register for that will tell me if a RadPane is about to be pin or unpinned.
Or is there a different way to handle the AutoHideWidth/AutoHideHeight being reset to 0?
Thanks.