Posted 2 December 2021, 3:30 pm EST
Hi.
I have user control with few tabs – one tab is for charts and second tab is for settings of these charts (property grid). The problem as I see it is that there is a lot of unused space for settings tab, only one property grid control. I’ve try to use smth like C1DockingTab to make dockable (collapsible) settings tab (like in visual studio). But it seems that C1DockingTab doesn’t work with user controls, only with forms.
Is it correct that C1DockingTab doesn’t work with uc? Or I’m oding smth wrong?
Thanks in advance.