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
565
UltraDockManager Won't Stay On Top
posted

When it flies out it covers the controls which is what I want. What I want to do is after the report is complete have it come out, and pinned so the user can work with the data till they unpin it. When I do the below code the UDM just flat out disappears from view. If they wait till the report is done and fly it out themselves it is fine. But it they pin it, then the controls on the form are visible over top the UDM. I hope this makes sense to somebody and appreciate any help.

 

 

Me.dgSearchResults.DataSource = testtableMe.tbQueryText.Text = "COMPLETE"

UDM.DockAreas("SearchResults").Activate()

UDM.DockAreas("SearchResults").Pin()