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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.