Vixen
dd8b0a81
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 (3)

  • protected override string TagName

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

  • public Icon Chevron

    The chevron.

  • protected override AccessibleStates NativeAccessibleState

Methods (1)

  • protected override void OnCreated()

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

Used by (4)

  • DisclosureMarkupTestsVixen.Ui.Controls.Tests
  • ExpanderVixen.Ui.Controls
  • NavigationInteractionTestsVixen.Ui.Controls.Tests
  • ComponentsViewDumpTestsVixen.Editor.App.Tests