VisualDataPanel
Description
The VisualDataPanel is the data template version (see VisualDataTemplate) of the VisualPanel (see VisualPanel). It can be used inside a VisualDataTemplate to layout other VisualDataXXXX items. The VisualDataPanel can only be used inside a VisualDataTemplate container.
Attributes
- Clicked [event]: Event that is fired when the item is clicked.
- Name [string]: The name of the block.
- Orientation [Horizontal|Vertical]: The direction in which contained elements should be stacked. Default: Vertical.
- Padding [Padding]: Defines the amount of whitespace inside the item.
- Span [boolean]: Whether or not the panel should span the entire width of the available space. Default: false.
- Style [Style]: The style that needs to be applied to the block.
- TabStop [boolean]: Whether or not the item can receive focus. Default: true.
