I am new to this, but am having real trouble making this work. I am attempting to create dockable panes that default to a tabbed layout like we see in Visual Studio and in the image below. In the designer everything seems to work fine. But when I run the program I cannot switch between tabs. I can click on the non-selected tabs all I want and they do not respond. Is this something others have seen or am I doing something wrong?
I am using VS 2010 and 2010.1 with the latest service release.
I figured it out. Evidently having "LimitToList" set to True on the empty UltraDropDown controls caused the problem. Once the drop downs were populated the problem went away.
ek