Hello,
Currently I am trying to use implicit styles with the RadDocking control but I am having an issue with the dragged floating windows. When I attempt to drag a pane to move it elsewhere on the UI it goes invisible as soon as I start the drag. When I drag the cursors around the screen I still get the compass appearing as if to dock at a specific direction. Then when I drop them at one of the targets it rehosts the radpane but now without a header and can no longer drag it.
I am trying to start with the default style then modify it to fit my UI requirements but I can't even get the untouched style to work right.
Additional Information:
1. I am using an MVVM approach. I have a list of objects that is bound to the PaneSource and the RadDocking control is creating the correct number of segments according to the bound list.
2. I am using the No Xaml dlls provided.
3. I have copied the necessary xaml files into project and have them referenced in a merged resource dictionary inside my user control. (I have not modified these)
a. System.Windows.Xaml
b. Telerik.Windows.Controls.xaml
c. Telerik.Windows.Controls.Docking.xaml
d. Telerik.Windows.Controls.Navigation.xaml
4. I am using the Q1 2014 version of the control.
Currently I am trying to use implicit styles with the RadDocking control but I am having an issue with the dragged floating windows. When I attempt to drag a pane to move it elsewhere on the UI it goes invisible as soon as I start the drag. When I drag the cursors around the screen I still get the compass appearing as if to dock at a specific direction. Then when I drop them at one of the targets it rehosts the radpane but now without a header and can no longer drag it.
I am trying to start with the default style then modify it to fit my UI requirements but I can't even get the untouched style to work right.
Additional Information:
1. I am using an MVVM approach. I have a list of objects that is bound to the PaneSource and the RadDocking control is creating the correct number of segments according to the bound list.
2. I am using the No Xaml dlls provided.
3. I have copied the necessary xaml files into project and have them referenced in a merged resource dictionary inside my user control. (I have not modified these)
a. System.Windows.Xaml
b. Telerik.Windows.Controls.xaml
c. Telerik.Windows.Controls.Docking.xaml
d. Telerik.Windows.Controls.Navigation.xaml
4. I am using the Q1 2014 version of the control.