Version

Configuring List Items (xamRadialMenu)

Topic Overview

Purpose

This topic explains the xamRadialMenu ™ list items.

Required background

The following topics are prerequisites to understanding this topic:

Topic Purpose

This topic explains the features supported by the control from developer perspective.

This topic provides an overview of the visual elements of the control.

This topic explains in general the menu items and their common configuration properties.

This topic explains the xamRadialMenu’s button items.

In this topic

This topic contains the following sections:

List Item

Overview

The xamRadialMenu’s list item is represented by the RadialMenuList class and extends from the RadialMenuItem class. There is no difference in rendering the list item – it look like the button item with header text and icon. The only difference is how its sub-items are rendered in a vertical rectangular list instead of being rendered in circular arrangement. List items are added like any other radial menu sub-item (using the Items collection or bound using the ItemsSource property).

The following screenshot shows a list item with header text, icon and the arrow for accessing the vertical list of sub-items:

xamRadialMenu 10.png

The following screenshot shows the vertical list shown after the arrow in the outer ring of the list item was clicked by the user:

xamRadialMenu 11.png

Property settings

The following table maps main configuration to the property settings that manage it.

In order to: Use this property/collection/event: And:

Edit the list of unbound sub-items

Add or remove items

Bind to a list of items

Bind to the source list

Set the display member of the data items

Provide the name of the member

Set/obtain the selected item’s index

Set or obtain its value

Set/obtain the selected item

Set or obtain the selected item

Get notified when the selection has changed

Attach event handler to it

Set/obtain the sub-items’ template

Set or obtain the sub-items’ template

Related Topics

The following topics provide additional information related to this topic.

Topic Purpose

This topic explains the xamRadialMenu’s numeric items.

This topic explains the xamRadialMenu’s color items.