Hi.
I am using Infragistics Windows Forms 2018.2 with a brand new Windows Forms C# application.
I am currently using the Peek Content feature available when you hover over a NavBarItem within a UltraOfficeNavBar.
It would seem that for whatever reason, whenever I assign a control to be shown on Peek Content when I hover over any of my links, it will show it, however it will hide it from my current view if I already have it showing.
As an example, above when I hover my mouse over "My Work", I have linked to the UltraTabPageControl that you see above, but when I hover over it will show the UltraTabPageControl in the preview, but it will hide the one that you see before preview.
Any ideas on how I can use this feature without it hiding the same control that is currently visible?
Hello Daniel,
Thank you for contacting Infragistics Developer Support!
You can draw the control to bitmap and then use that as the peek content.