GraffitiAvatarGroup

Preview #

About #

GraffitiAvatarGroup allows you to display many avatars for users to interact with. Typically used in scenarios to show what users are participating in an activity or are currently available.

Add as many avatars as you need and this class will collapse to hide those items which cannot be displayed and will draw a “More” button showing the current count of hidden items.

Features:

  • Custom images per item
  • Custom names per item
  • Custom colors per item
  • Automatic name to initials conversion
  • Automatic font sizing
  • Automatic image sizing

Enumerations #

NameValues

This class exposes no enumerations.

Constants #

NameTypeValue

This class exposes no constants.

Events #

DefinitionParametersReturn TypeDescription
DoublePresseditem as GraffitiAvatarGroupItemNoneRaised when user double-clicks an avatar in the group.
DoublePressedMorehiddenItems() as GraffitiAvatarGroupItemNoneRaised when the user double-clicks the “More” item.
MouseEnterItemitem as GraffitiAvatarGroupItemNoneRaised when the user’s mouse enters an avatar item’s area.
MouseEnterMorehiddenItems() as GraffitiAvatarGroupItemNoneRaised when the user’s mouse enters the “More” item.
MouseExitItemitem as GraffitiAvatarGroupItemNoneRaised when the user’s mouse exits an avatar item’s area.
MouseExitMorehiddenItems() as GraffitiAvatarGroupItemNoneRaised when the user’s mouse exits the “More” item’s area.
Presseditem as GraffitiAvatarGroupItemNoneRaised when the user clicks an avatar item.
PressedMorehiddenItems() as GraffitiAvatarGroupItemNoneRaised when the user clicks the “More” item.

Methods #

DefinitionParametersReturn TypeDescription
Additem as GraffitiAvatarGroupItemNoneAdds the specified item to the group.
IndexOfitem as GraffitiAvatarGroupItemIntegerReturns the index of the specified item within the internal array.
Itemindex as IntegerGraffitiAvatarGroupItemReturns the item at the specified index.
Removeitem as GraffitiAvatarGroupItemNoneRemoves the specified item.
RemoveAllNoneNoneRemoves all avatar items from the group.
RemoveAtindex as IntegerNoneRemoves the item at the specified index.

Properties #

NameTypeDefault ValueDescription

This class exposes no properties.

Examples #

This class currently has no examples.

Notes #

This class currently has no notes.