Hi Support
I have problem with RadDock when I change Flowdirection to RightToLeft, it doesn't work correctly while Drag and drop. any idea how to fix it? (I Use 2011.Q2 version)
All the best
Mehri
P.S. here is my xaml Code:
I have problem with RadDock when I change Flowdirection to RightToLeft, it doesn't work correctly while Drag and drop. any idea how to fix it? (I Use 2011.Q2 version)
All the best
Mehri
P.S. here is my xaml Code:
<telerik:RadDocking FlowDirection="RightToLeft" >
<telerik:RadSplitContainer telerik:DockingPanel.InitialSize="200,600" InitialPosition="DockedTop">
<telerik:RadPaneGroup TabStripPlacement="Top" >
<telerik:RadPane Header="Pane 1" />
<telerik:RadPane Header="Pane 2" />
</telerik:RadPaneGroup>
</telerik:RadSplitContainer>
</telerik:RadDocking>