BladeView.AutoCollapseCountThreshold Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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