Implement HideChildrenInTreeview
This commit is contained in:
parent
e2da3142b5
commit
3e6204e917
6 changed files with 15 additions and 2 deletions
|
@ -57,6 +57,9 @@ export interface IContainerProperties {
|
|||
/** Horizontal alignment, also determines the visual location of x {Left = 0, Center, Right } */
|
||||
xPositionReference: XPositionReference
|
||||
|
||||
/** Hide the children in the treeview */
|
||||
hideChildrenInTreeview: boolean
|
||||
|
||||
/** if true, show the dimension of the container */
|
||||
showSelfDimensions: boolean
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue