csharp
public static class LayoutLimitsThe fixed sizes the layout store is built around.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
public const int MaximumCachedMeasurementsHow many measurements one node remembers.
public const int MaximumLayoutDepthHow many times a subtree may be re-entered before layout is declared non-terminating.
public const int MaximumGridTracksHow many tracks one axis of one grid may have.
Used by (4)
- CachedMeasurementsVixen.Ui.Layout
- GridTrackListVixen.Ui.Layout
- LayoutTreeVixen.Ui.Layout
- TaffyTrackListParserTestsVixen.Ui.Layout.Tests