Section display - Demonstration

Different added items have different section display modifier settings:

  • art gallery has no modifier
  • museum has default section modifier
  • cinema has section modifier with IsCollapsed set to true
  • pub has section modifier with TitleVisible set to false
  • restaurant has section modifier with HasMinimizing set to false
 
City Activities
XML output

        
Section display - Description

In this example the section display functionality is presented. The section display can be defined using the SectionDisplayModifier modifier.

The SectionDisplayModifier has three properties:

  • TitleVisible - a property that sets the whole title visibility. "True" is the default value for this property. When set to false, other properties have no effect.
  • HasMinimizing - a property that sets the minimize button visibility. "True" is the default value for this property.
  • IsCollapsed - a property that sets the initial state of the section. "False" is the default value for this property.