Override to change the default ItemsControl used.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
protected virtual ItemsControl CreateColorContainer()
Visual Basic
Protected Overridable Function CreateColorContainer As ItemsControl

Return Value

An ItemsControl used to put several C1ColorButton.

See Also