You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/topics/fundamentals/controls/avatar-group.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ Use the [ItemLength](xref:@ActiproUIRoot.Controls.AvatarGroup.ItemLength) proper
17
17
18
18
By default, each avatar will slightly overlap with the avatar that appears before it. Use the [OverlapPercentage](xref:@ActiproUIRoot.Controls.AvatarGroup.OverlapPercentage) property to define the extent of the overlap. The default value is `0.2` for a 20% overlap.
19
19
20
+
The [Orientation](xref:@ActiproUIRoot.Controls.AvatarGroup.Orientation) property determines if the non-overflowed avatars are arranged horizontally or vertically. The default is `Horizontal`.
21
+
20
22
## Overflow
21
23
22
24
Individual [Avatar](avatar.md) controls can optionally be overflowed when there is not enough room to display them all inline. When overflow is necessary, a button is added at the end of the group that, when clicked, will display the additional items in a popup.
@@ -27,6 +29,8 @@ By default, the group will display as many avatars as possible in the space avai
27
29
28
30
The overflow button indicates the number of overflowed items. Use the [OverflowStringFormat](xref:@ActiproUIRoot.Controls.AvatarGroup.OverflowStringFormat) property to customize how the count is formatted. The default is `"+{0}"`, where `{0}` is the placeholder for the current value of [OverflowedItemCount](xref:@ActiproUIRoot.Controls.AvatarGroup.OverflowedItemCount) (e.g., `"+9"`).
29
31
32
+
The [OverflowOrientation](xref:@ActiproUIRoot.Controls.AvatarGroup.OverflowOrientation) property determines if the overflowed avatars are arranged horizontally or vertically, and is configured separately from the [Orientation](xref:@ActiproUIRoot.Controls.AvatarGroup.Orientation) property. The default is `Horizontal`.
33
+
30
34
## Configuring Avatar Items
31
35
32
36
The [AvatarGroup](xref:@ActiproUIRoot.Controls.AvatarGroup) is an `ItemsControl` for [Avatar](avatar.md) controls.
Copy file name to clipboardExpand all lines: Samples/SampleBrowser/SampleBrowser.Common/ProductSamples/BarsSamples/Common/ViewModels/GalleryItems/CustomBarGalleryItemResources.axaml
0 commit comments