Luminous LightSwitch Controls
This extension consists of two custom LightSwitch controls
-
TextBlock Control
-
To use the TextBlock control, drag any property to the screen's visual tree (just like you would for a label control), then change the control type to "Text Block".
-
Even though the control will be "bound" to the property, the property's contents won't be displayed, instead, the text you define in the properties pane will be displayed.
-
Another method is to add a screen property, then drag it to the control tree. You can use the same screen property for multiple TextBlock controls.
-
GroupLayout Control
-
To use the GroupLayout control, add it the your screen, just like you would a RowsLayout, or a ColumnsLayout control
-
Then either add a single control (such as a TextBlock control), or a Rows/Columns layout control if you want multiple controls in the group.