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
150
ExpandableFieldRecordPresenter Style
posted

I tried to add headers to my hierarchy. For example, a 'Books' header to the list of books sub-hierarchy. All I did was I added a style (taken from the Custom ExpandableFieldRecordPresenter example) for the ExpandableFieldRecordPresenter but no headers showed up.

  • 4666
    posted

    Hi ,

    You can try to set FieldSettings.ExpandableFieldRecordHeaderDisplayMode = ExpandableFieldRecordHeaderDisplayMode.AlwaysDisplayHeader

    If You want to have different effects with Headers You can use some different mode:

     

    AlwaysDisplayHeader Display the ExpandableFieldRecord header whether its expanded or collapsed.
    NeverDisplayHeader Never display the ExpandableFieldRecord header.
    DisplayHeaderOnlyWhenExpanded Only display the ExpandableFieldRecord header when it is expanded.
    DisplayHeaderOnlyWhenCollapsed Only display the ExpandableFieldRecord header when it is collapsed.

    Best Regards,

    Mihail