Scheduler for WinRT
ExtendOnOverflow Property


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 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
 
<DefaultValueAttribute()>
Public Property ExtendOnOverflow As Boolean
'Usage
 
Dim instance As CoverElementsPane
Dim value As Boolean
 
instance.ExtendOnOverflow = value
 
value = instance.ExtendOnOverflow
[DefaultValue()]
public bool ExtendOnOverflow {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CoverElementsPane Class
CoverElementsPane Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.