aboutsummaryrefslogtreecommitdiff
path: root/src/xsd/thmutil/TreeView.xsd
blob: 3664c918f5fc54a4321921468890ae7638a463d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<element name="TreeView">
        <annotation>
            <documentation>Defines a treeview.</documentation>
        </annotation>
        <complexType>
            <attributeGroup ref="CommonControlAttributes" />
            <attribute name="AlwaysShowSelect">
                <annotation>
                    <documentation>Specifies whether the row always appears selected even when the treeview has lost focus.</documentation>
                </annotation>
            </attribute>
            <attribute name="EnableDragDrop">
                <annotation>
                    <documentation>Specifies whether drag and drop is enabled for the treeview.</documentation>
                </annotation>
            </attribute>
            <attribute name="FullRowSelect">
                <annotation>
                    <documentation>Specifies whether an entire row is selected for the treeview.</documentation>
                </annotation>
            </attribute>
            <attribute name="HasButtons">
                <annotation>
                    <documentation>Specifies whether the treeview will show buttons.</documentation>
                </annotation>
            </attribute>
            <attribute name="HasLines">
                <annotation>
                    <documentation>Specifies whether lines appear for all treeview items.</documentation>
                </annotation>
            </attribute>
            <attribute name="LinesAtRoot">
                <annotation>
                    <documentation>Specifies whether the root nodes have lines beside them.</documentation>
                </annotation>
            </attribute>
        </complexType>
    </element>