ExtendOnOverflow Property (CoverElementsPane)
In This Topic
Gets or sets a
System.Boolean value, specifying the
CoverElementsPane behavior in the case when covering elements do not fit into the available space. If False, the
CoverElementsPane.CoverElementsOverflowProperty will be set to True. This is default behavior. If True, the covered element will be extended in order to accommodate all covering elements.
Syntax
'Declaration
Public Property ExtendOnOverflow As Boolean
public bool ExtendOnOverflow {get; set;}
See Also