Vixen
02b45cc4
csharp
public enum Overflow

What happens to content that does not fit.

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

Fields and properties (3)

  • Visible

    It spills out.

  • Hidden

    It is clipped.

  • Scroll

    It is clipped and scrollable, which changes the minimum content size.

Used by (7)

  • AbsolutePositionTestsVixen.Ui.Layout.Tests
  • AutomaticMinimumSizeTestsVixen.Ui.Layout.Tests
  • FlexBasisFitContentTestsVixen.Ui.Layout.Tests
  • KeywordsVixen.Ui
  • LayoutStyleVixen.Ui.Layout
  • LayoutStyleBuilderVixen.Ui
  • LayoutTreeVixen.Ui.Layout