Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
435
Customize Content Pane with no Header
posted

I have requirement to create left navigation panel without header caption, but when it is unpinned, I wanted it display example "This is my left navigation". I am stuck here, please help me custimize the HeaderContentPresenter to show content pane caption only when it is unpnned.

 

        <igDock:XamDockManager Theme="Royale" Background="Transparent">
            <igDock:XamDockManager.Panes >
                <igDock:SplitPane igDock:XamDockManager.InitialLocation="DockedLeft" >
                    <igDock:ContentPane Header="" IsPinned="True" Width="200">
                    </igDock:ContentPane>
                </igDock:SplitPane>
            </igDock:XamDockManager.Panes>           
        </igDock:XamDockManager>

Here is the look I am looking also, Can I extend the unpinned left navigation bar all the way to bottom of the window (just like unpinned version of outlook left navigation) and also how can I add a image to the beginning of the text.

Parents Reply Children
No Data