-
Notifications
You must be signed in to change notification settings - Fork 27
Controls
BSick7 edited this page Mar 25, 2015
·
6 revisions
The following is a list of controls available in Fayde and Fayde.Controls.
- Border
- Button
- ButtonBase
- Canvas
- CheckBox
- ComboBox
- ComboBoxItem
- ContentControl
- Control
- Dialog
- Frame
- Grid
- HeaderedContentControl
- HyperlinkButton
- Image
- ItemsControl
- ListBox
- ListBoxItem
- Overlay
- Page
- Panel
- PasswordBox
- ProgressBar
- RadioButton
- RangeBase
- RepeatButton
- ScrollBar
- ScrollViewer
- Selector
- Slider
- StackPanel
- TextBlock
- TextBox
- Thumb
- ToggleButton
- ToolTip
- VirtualizingPanel
- VirtualizingStackPanel
These require bower install fayde.controls
to use. These controls are namespaced under lib://fayde.controls
. Fayde.Controls must be included in XAML using 'Basic` namespaces described Type Management.