New to Telerik UI for .NET MAUIStart a free 30-day trial

.NET MAUI CollectionView Visual States

Updated over 6 months ago

This article describes the visual states provided by the CollectionView control.

You can use these visual states to change the appearance of the control based on its state—such as when it's disabled, focused, hovered, and more.

The CollectionView provides the following CommonStates visual states:

Visual StateDescription
NormalApplies when the item is in its normal state.
SelectedApplies when the item is selected—for Single or Multiple SelectionMode.
MouseOverApplies when the mouse cursor is hovering over the item.
FocusedApplies when the item is focused with the keyboard.
FocusedMouseOverApplies when the item is focused with the keyboard and the mouse cursor is hovering it.
FocusedSelectedApplies when the item is selected and focused with the keyboard.
DisabledApplies when the CollectionView item IsEnabled is False.

See Also

In this article
See Also
Not finding the help you need?
Contact Support