문제

I'm new to AvalonDock, and as I'm currently understanding it, whenever I float a LayoutAnchorable from a DockingManager, it will be put in a new LayoutAnchorablePane instead of a LayoutDocumentPane. The LayoutDocumentPane displays the tabs at the top of the window, but the floated LayoutAnchorable (inside a LayoutAnchorablePane) shows its tabs in the bottom of the window (if more anchorables are added to it). Is there any way to make them appear at the top instead of the bottom? Does anyone recognize this behavior?

도움이 되었습니까?

해결책

The LayoutAnchorablePaneControl (or any TabControl for that matter) has a property TabStripPlacement which you can set to Top. See the VS2010 Theme.xaml

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top