Hi,
I have a problem with panels.
(1) When i am trying to drag the Pane it shows a wiered black pane at the starting position. If I drag pane from the outermost side (RadPaneGroup) , itis fine but if i try to drag them from second (radpane) it shows that wiered black pane .. Any suggestion?
Using MS 2010 with window 7 operating system. As far I know, this thing was working good with vista.
(2) I am not getting the resizing thing. When I maximize the window the pane is not resizing. I am missing something here iknow but the question is how to make my pane resizable according to the main window(outside window)
Thanks,
N
Screen shot attached.
I have a problem with panels.
(1) When i am trying to drag the Pane it shows a wiered black pane at the starting position. If I drag pane from the outermost side (RadPaneGroup) , itis fine but if i try to drag them from second (radpane) it shows that wiered black pane .. Any suggestion?
Using MS 2010 with window 7 operating system. As far I know, this thing was working good with vista.
(2) I am not getting the resizing thing. When I maximize the window the pane is not resizing. I am missing something here iknow but the question is how to make my pane resizable according to the main window(outside window)
Thanks,
N
Screen shot attached.
| <Grid> |
| <telerikDock:RadDocking x:Name="radDocking" Margin="9,3,-9,-3"> |
| <telerikDock:RadSplitContainer> |
| <telerikDock:RadSplitContainer x:Name="radSplitContainer" Orientation="Vertical"> |
| <telerikDock:RadPaneGroup > |
| <telerikDock:RadPane Header="Pane Left 1" Content="Pane Left 1" /> |
| </telerikDock:RadPaneGroup> |
| <telerikDock:RadPaneGroup> |
| <telerikDock:RadPane Header="Pane Left 2" Content="Pane Left 2" /> |
| </telerikDock:RadPaneGroup> |
| <telerikDock:RadPaneGroup> |
| <telerikDock:RadPane Header="Pane Left 3" Content="Pane Left 3" /> |
| </telerikDock:RadPaneGroup> |
| </telerikDock:RadSplitContainer> |
| <telerikDock:RadSplitContainer MinHeight="200" MinWidth="200" telerikDock:ProportionalStackPanel.RelativeSize="100,100" x:Name="test" Orientation="Horizontal"> |
| <telerikDock:RadPaneGroup> |
| <telerikDock:RadPane Header="Pane right 1" Content="Pane right 1" /> |
| <telerikDock:RadPane Header="Pane right 2" Content="Pane right 2" /> |
| </telerikDock:RadPaneGroup> |
| </telerikDock:RadSplitContainer> |
| </telerikDock:RadSplitContainer> |
| </telerikDock:RadDocking> |
| </Grid> |