Edit

Share via


BladeView.AutoCollapseCountThreshold Property

Definition

Gets or sets a value indicating what the overflow amount should be to start auto collapsing blade items

public int AutoCollapseCountThreshold { get; set; }
member this.AutoCollapseCountThreshold : int with get, set
Public Property AutoCollapseCountThreshold As Integer

Property Value

Examples

For example we put AutoCollapseCountThreshold = 2 This means that each time a blade is added to the bladeview collection, we will validate the amount of added blades that have a title bar visible. If this number get's bigger than AutoCollapseCountThreshold, we will collapse all blades but the last one

Remarks

We don't touch blade items that have no title bar

Applies to