ToolBar.HasOverflowItems 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 a value that indicates whether the toolbar has items that are not visible.
public:
property bool HasOverflowItems { bool get(); };
public bool HasOverflowItems { get; }
member this.HasOverflowItems : bool
Public ReadOnly Property HasOverflowItems As Boolean
Property Value
true
if there are items on the toolbar that are not visible; otherwise, false
. The default is false
.
Remarks
If a ToolBar has more items than it has the space to show, it puts the remaining items in its overflow area. The user can click the arrow on the ToolBar to access the overflow items.
Dependency Property Information
Identifier field | HasOverflowItemsProperty |
Metadata properties set to true |
None |
Applies to
See also
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.