This question is locked. New answers and comments are not allowed.
Hello,
I think there is a little bug : when I databind my RadPane header and I want to autohide this pane, the header become empty (cf attached file).
Cordially,
Stephane.
I think there is a little bug : when I databind my RadPane header and I want to autohide this pane, the header become empty (cf attached file).
If the header is set to a constant value, there is no problem.
| <telerikDocking:RadDocking> |
| <telerikDocking:RadSplitContainer InitialPosition="DockedLeft"> |
| <telerikDocking:RadPaneGroup DataContext="{Binding Menu}"> |
| <telerikDocking:RadPane Header="{Binding SelectedBusinessModuleName}" CanFloat="False" CanUserClose="False" CanDockInDocumentHost="False"> |
| </telerikDocking:RadPane> |
| </telerikDocking:RadPaneGroup> |
| </telerikDocking:RadSplitContainer> |
| <telerikDocking:RadDocking.DocumentHost> |
| </telerikDocking:RadDocking.DocumentHost> |
| </telerikDocking:RadDocking> |
Cordially,
Stephane.