Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
465
UltraDockManager BeforePaneActivate
posted

Hi, Is there away to produce a BeforePaneActivate?

I have several tabs in a UltraDockManager and at certain times I do not want certain tabs to be used but I would still like them Visible on screen ( can't see a Enabled function). The behavior at the moment is that I trap inside the PaneActivate which pane is currently being opened and if it is one of the tabs that should not be I activate one of tabs that should be, this behavior causes the screen to flicker because the newly selected tab is briefly draw as it has been activated.

Instead I would like to check first which pane is being opened and if not valid then e.cancel = True before it gets to the draw stage.

I'm using VB.NET VS2010 CLR4.0 Infragistics 13.1 controls

Thank you

-Paul