Showing related tags and posts across the entire site.
-
Let's say I have a C1DockingTab control with three tabs across the top and the third one is selected. There's .text in each of the tabs across the top, so the tabs themselves are of different widths. Is there a way to find out what's the graphical location of one of the tabs? I don't...
-
I noticed that if you apply Office2007Silver/Blue/Black VisualStyle to a DockingTab control, the TabBack portion of the DockingTabPage has a nice gradient. However, if I attempt to use a custom color scheme by adjusting C1DockingTabPage.TabBackColorSelected, I lose the gradient.
Is there a way...
-
I need to create a window that is normally floating. The problem I am having is I can't reduce the size of the control I have created. This is what I have tried: I have a C1CommandDock with a C1DockingTab in it. In this I have 1 tab page. If I try to reduce the size of any of these below 159,159...
-
I want to use the IndexOfKey method or the similar indexer dockingTab.TabPages["string"] to find the right tab page. But I have looked all through the documentation and this forum and I cannot find anywhere that says how you set the key. Can anyone tell me where the key string comes from? Thanks...