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
990
Custom content pane header?
posted

How do I create a custom contentpane header? I naively tried:

<ContentPane ...>

<ContentPane.Header>

<TextBox .... />

</ContentPane.Header>

</ContentPane>

But it doesn't work.

Parents
No Data
Reply
  • 54937
    Offline posted

    It depends on what you mean by a custom header. If you want to alter the caption area itself then you would want to retemplate/style the PaneHeaderPresenter. If you just want to alter the area within the PaneHeaderPresenter that is used to display the header of the ContentPane then you can provide a custom HeaderTemplate.

Children