Vixen
02b45cc4
csharp
public sealed class ExpanderHeader

The clickable strip at the top of an Expander.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

Its own type because it is the part that takes the focus and answers to Space and Enter — the expander itself is a box around two things and is not focusable. Making the header the button is also what keeps a keyboard user out of the content until they open it.

Fields and properties (2)

  • protected override string TagName

    The element name this type answers to when a caller does not choose one.

  • public Icon Chevron

    The chevron.

Methods (1)

  • protected override void OnCreated()

    Builds whatever this element is made of, once, as it joins a document.

Used by (2)

  • ExpanderVixen.Ui.Controls
  • NavigationInteractionTestsVixen.Ui.Controls.Tests