Whenever I place a RadDocking control in my views (usually UserControl) in order to have RadSplitContainer, RadPane, etc that I can rearrange, tear off etc. I loose the ability to manipulate the view in the Design pane of the designer. Everything looks fine, I can edit the Xaml to my heart's content, and when I run the application everything works great.
But Clicking anywhere in the Design half of the designer just highlights the rectangle of the entire RadDocking control. This makes it impossible to click on any child controls. The focus is normally synchronized between the Xaml and Design halves of the designer, so moving the caret in the Xaml moves the focus in the Design, and vise-versa. But once a RadDocking is added as a containing control, all that stops working.
I can live without the abilitity to actually change the child controls directly in the Design view because I almost always just directly edit the Xaml. But the loss of the ability to select and more so the synchronized highlight is really killing my productivity on complex views. Namely because when there are many nested controls and a LOT of Xaml I can't just "jump" to the correct markup by clicking the control, and conversely when I click on Xaml markup I can no longer see in Design exactly which control I'll be effecting with changes.
So is the problem I'm having with the RadDocking and designer interaction a deficiency in the control, the VS2013 designer, or something else?
But Clicking anywhere in the Design half of the designer just highlights the rectangle of the entire RadDocking control. This makes it impossible to click on any child controls. The focus is normally synchronized between the Xaml and Design halves of the designer, so moving the caret in the Xaml moves the focus in the Design, and vise-versa. But once a RadDocking is added as a containing control, all that stops working.
I can live without the abilitity to actually change the child controls directly in the Design view because I almost always just directly edit the Xaml. But the loss of the ability to select and more so the synchronized highlight is really killing my productivity on complex views. Namely because when there are many nested controls and a LOT of Xaml I can't just "jump" to the correct markup by clicking the control, and conversely when I click on Xaml markup I can no longer see in Design exactly which control I'll be effecting with changes.
So is the problem I'm having with the RadDocking and designer interaction a deficiency in the control, the VS2013 designer, or something else?