BinarySmartListBox
A custom ListBox class that provides a customized and enhanced items navigation experience.
public class BinarySmartListBox : ListBox
Inherits from / implements: ListBox
Remarks
The control is similar to ListBox class in terms of usage. Simply instantiate this control, and add as many instance of ListBoxItem items.
Members at a glance
BinarySmartListBox | Initializes a new instance of the BinarySmartListBox class. |
ControlAnimationType | Gets or sets the type of the control animation. |
ItemEllipseBorderBrushHover | Gets or sets the item ellipse border brush on hover. |
ItemEllipseBorderBrushNormal | Gets or sets the item ellipse border brush normal. |
ItemEllipseBorderBrushSelected | Gets or sets the item ellipse border brush on selected. |
ItemEllipseFillHover | Gets or sets the item ellipse fill hover brush. |
ItemEllipseFillNormal | Gets or sets the item ellipse fill normal brush. |
ItemEllipseFillSelected | Gets or sets the item ellipse fill selected brush. |
ItemTitleBackground | Gets or sets the item title background brush, |
ItemTitleForeground | Gets or sets the item title foreground brush. |
NavigationButtonArrowFill | Gets or sets the navigation button arrow fill brush. |
NavigationButtonDisabledArrowFill | Gets or sets the navigation button disabled arrow fill brush. |
NavigationButtonDisabledBackground | Gets or sets the navigation button disabled background brush. |
NavigationButtonDisabledBorder | Gets or sets the navigation button disabled border brush. |
NavigationButtonDisabledBorderBrushForStrokeLayer | Gets or sets the navigation button disabled border brush for stroke layer. |
NavigationButtonDropShadowColor | Gets or sets the color of the navigation button drop shadow. |
NavigationButtonDropShadowSoftness | Gets or sets the navigation button drop shadow softness. |
NavigationButtonHasDropShadow | Gets or sets a value indicating whether the navigation button has drop shadow rendered. |
NavigationButtonHoverBackground | Gets or sets the navigation button hover background brush. |
NavigationButtonHoverBorder | Gets or sets the navigation button hover border brush. |
NavigationButtonHoverBorderBrushForStrokeLayer | Gets or sets the navigation button hover border brush for stroke layer. |
NavigationButtonNormalBackground | Gets or sets the navigation button normal background brush. |
NavigationButtonNormalBorder | Gets or sets the navigation button normal border brush. |
NavigationButtonNormalBorderBrushForStrokeLayer | Gets or sets the navigation button normal border brush for stroke layer. |
NavigationButtonPressedBackground | Gets or sets the navigation button pressed background brush. |
NavigationButtonPressedBorder | Gets or sets the navigation button pressed border brush. |
NavigationButtonPressedBorderBrushForStrokeLayer | Gets or sets the navigation button pressed border brush for stroke layer. |
NavigationOrientation | Gets or sets the navigation orientation. |
OnApplyTemplate | When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate. |
OnKeyUp | Raises the KeyUp event. BinarySmartListBox overrides it so the control's own handling runs alongside the base behavior. |
OnRenderSizeChanged | Called when the rendered size of the list changes, which is where the navigator recalculates how many items fit. |
OnSelectionChanged | Raises the SelectionChanged event. BinarySmartListBox overrides it so the control's own handling runs alongside the base behavior. |
ControlAnimationTypeProperty | Identifies the ControlAnimationType dependency property. |
ItemEllipseBorderBrushHoverProperty | Identifies the ItemEllipseBorderBrushHover dependency property. |
ItemEllipseBorderBrushNormalProperty | Identifies the ItemEllipseBorderBrushNormal dependency property. |
ItemEllipseBorderBrushSelectedProperty | Identifies the ItemEllipseBorderBrushSelected dependency property. |
ItemEllipseFillHoverProperty | Identifies the ItemEllipseFillHover dependency property. |
ItemEllipseFillNormalProperty | Identifies the ItemEllipseFillNormal dependency property. |
ItemEllipseFillSelectedProperty | Identifies the ItemEllipseFillSelected dependency property. |
ItemTitleBackgroundProperty | Identifies the ItemTitleBackground dependency property. |
ItemTitleForegroundProperty | Identifies the ItemTitleForeground dependency property. |
NavigationButtonArrowFillProperty | Identifies the NavigationButtonArrowFill dependency property. |
NavigationButtonDisabledArrowFillProperty | Identifies the NavigationButtonDisabledArrowFill dependency property. |
NavigationButtonDisabledBackgroundProperty | Identifies the NavigationButtonDisabledBackground dependency property. |
NavigationButtonDisabledBorderBrushForStrokeLayerProperty | Identifies the NavigationButtonDisabledBorderBrushForStrokeLayer dependency property. |
NavigationButtonDisabledBorderProperty | Identifies the NavigationButtonDisabledBorder dependency property. |
NavigationButtonDropShadowColorProperty | Identifies the NavigationButtonDropShadowColor dependency property. |
NavigationButtonDropShadowSoftnessProperty | Identifies the NavigationButtonDropShadowSoftness dependency property. |
NavigationButtonHasDropShadowProperty | Identifies the NavigationButtonHasDropShadow dependency property. |
NavigationButtonHoverBackgroundProperty | Identifies the NavigationButtonHoverBackground dependency property. |
NavigationButtonHoverBorderBrushForStrokeLayerProperty | Identifies the NavigationButtonHoverBorderBrushForStrokeLayer dependency property. |
NavigationButtonHoverBorderProperty | Identifies the NavigationButtonHoverBorder dependency property. |
NavigationButtonNormalBackgroundProperty | Identifies the NavigationButtonNormalBackground dependency property. |
NavigationButtonNormalBorderBrushForStrokeLayerProperty | Identifies the NavigationButtonNormalBorderBrushForStrokeLayer dependency property. |
NavigationButtonNormalBorderProperty | Identifies the NavigationButtonNormalBorder dependency property. |
NavigationButtonPressedBackgroundProperty | Identifies the NavigationButtonPressedBackground dependency property. |
NavigationButtonPressedBorderBrushForStrokeLayerProperty | Identifies the NavigationButtonPressedBorderBrushForStrokeLayer dependency property. |
NavigationButtonPressedBorderProperty | Identifies the NavigationButtonPressedBorder dependency property. |
NavigationOrientationProperty | Identifies the NavigationOrientation dependency property. |
Constructors
BinarySmartListBox
Initializes a new instance of the BinarySmartListBox class.
Properties
ControlAnimationType
Gets or sets the type of the control animation.
Value. The type of the control animation.
ItemEllipseBorderBrushHover
Gets or sets the item ellipse border brush on hover.
ItemEllipseBorderBrushNormal
Gets or sets the item ellipse border brush normal.
ItemEllipseBorderBrushSelected
Gets or sets the item ellipse border brush on selected.
ItemEllipseFillHover
Gets or sets the item ellipse fill hover brush.
ItemEllipseFillNormal
Gets or sets the item ellipse fill normal brush.
ItemEllipseFillSelected
Gets or sets the item ellipse fill selected brush.
ItemTitleBackground
Gets or sets the item title background brush,
ItemTitleForeground
Gets or sets the item title foreground brush.
Methods
OnApplyTemplate
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.
OnKeyUp
Raises the KeyUp event. BinarySmartListBox overrides it so the control's own handling runs alongside the base behavior.
- e
- The data for the event.
OnRenderSizeChanged
Called when the rendered size of the list changes, which is where the navigator recalculates how many items fit.
- sizeInfo
- What changed about the size.
OnSelectionChanged
Raises the SelectionChanged event. BinarySmartListBox overrides it so the control's own handling runs alongside the base behavior.
- e
- The data for the event.
Fields
ControlAnimationTypeProperty
Identifies the ControlAnimationType dependency property.
ItemEllipseBorderBrushHoverProperty
Identifies the ItemEllipseBorderBrushHover dependency property.
ItemEllipseBorderBrushNormalProperty
Identifies the ItemEllipseBorderBrushNormal dependency property.
ItemEllipseBorderBrushSelectedProperty
Identifies the ItemEllipseBorderBrushSelected dependency property.
ItemEllipseFillHoverProperty
Identifies the ItemEllipseFillHover dependency property.
ItemEllipseFillNormalProperty
Identifies the ItemEllipseFillNormal dependency property.
ItemEllipseFillSelectedProperty
Identifies the ItemEllipseFillSelected dependency property.
ItemTitleBackgroundProperty
Identifies the ItemTitleBackground dependency property.
ItemTitleForegroundProperty
Identifies the ItemTitleForeground dependency property.