====== UI Controls ======
Overview of all available WvdS UI Controls for PXAML.
===== Quick Start =====
===== Control Categories =====
==== Basic Controls (12) ====
Fundamental UI elements.
| Control | Description | PXAML Example |
^ Label | Text display | '''' |
^ Button | Button | '''' |
^ TextBox | Text field | '''' |
^ CheckBox | Checkbox | '''' |
^ RadioButton | Option button | '''' |
^ Image | Image display | '''' |
^ ProgressBar | Progress | '''' |
^ Slider | Slider | '''' |
^ ToggleButton | On/Off | '''' |
^ Hyperlink | Link | '''' |
^ Border | Border | ''...'' |
^ Separator | Divider | '''' |
==== Editor Controls (18) ====
Input fields for various data types.
| Control | Description | PXAML Example |
^ TextEdit | Enhanced text field | '''' |
^ MemoEdit | Multi-line | '''' |
^ SpinEdit | Numbers | '''' |
^ DateEdit | Date | '''' |
^ TimeEdit | Time | '''' |
^ CalcEdit | Calculator | '''' |
^ ColorEdit | Color | '''' |
^ MaskEdit | Mask | '''' |
^ ComboBoxEdit | Dropdown | '''' |
^ TokenEdit | Tags | '''' |
^ RatingControl | Stars | '''' |
==== Navigation Controls (7) ====
Navigation and wizards.
| Control | Description | PXAML Example |
^ TabControl | Tabs | ''...'' |
^ Accordion | Panels | ''...'' |
^ Breadcrumb | Path | '''' |
^ Pager | Pages | '''' |
^ Wizard | Wizard | ''...'' |
^ NavBar | Navigation | '''' |
^ TileControl | Tiles | '''' |
==== Data Controls (10) ====
Data grids and lists.
| Control | Description | PXAML Example |
^ DataGrid | Table | '''' |
^ TreeList | Tree | '''' |
^ CardView | Cards | '''' |
^ PivotGrid | Pivot | '''' |
==== Chart Controls (16) ====
Charts and visualizations.
| Control | Description | PXAML Example |
^ Chart | Chart | '''' |
^ Sparkline | Mini chart | '''' |
^ LineSeries | Line | '''' |
^ BarSeries | Bar | '''' |
^ PieSeries | Pie | '''' |
==== Gauge Controls (10) ====
Gauges for SCADA/MES.
| Control | Description | PXAML Example |
^ CircularGauge | Circular | '''' |
^ LinearGauge | Linear | '''' |
^ DigitalGauge | Digital | '''' |
^ StateIndicator | Traffic light | '''' |
^ LED | LED | '''' |
^ Thermometer | Temp | '''' |
==== Layout Controls (10) ====
Containers and layout.
| Control | Description | PXAML Example |
^ LayoutControl | Form | ''...'' |
^ SplitContainer | Splitter | ''...'' |
^ GroupControl | Group | ''...'' |
^ CollapsibleGroup | Collapsible | ''...'' |
==== Bars/Ribbon (10) ====
Menus and toolbars.
| Control | Description | PXAML Example |
^ RibbonControl | Ribbon | ''...'' |
^ BarManager | Menus | ''...'' |
^ StatusBar | Status | ''...'' |
^ PopupMenu | Context | ''...'' |
==== Specialized (15) ====
Specialized components.
| Control | Description | PXAML Example |
^ Scheduler | Calendar | '''' |
^ RichEditControl | Word | '''' |
^ SpreadsheetControl | Excel | '''' |
^ MapControl | Map | '''' |
^ PdfViewer | PDF | '''' |
===== Installation =====
See [[.:controls-installation|Installing Controls]].
===== Further Reading =====
* [[.:designer|UI Designer]] - Visual design
* [[..:i:control-bibliothek|Developer: Control Library]] - Complete API