Skip to content

Commit aa45180

Browse files
ES-975464 - Addressed the concerns
1 parent 5699a3a commit aa45180

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ This session describes about creating multiple column in [WPF TreeView](https://
3737
treeViewAdv.MultiColumnEnable = true;
3838
```
3939

40+
#### VB
41+
42+
``` vb
43+
'Enable multiple column enable
44+
treeViewAdv.MultiColumnEnable = True
45+
```
46+
47+
![TreeViewAdv with multicolumn enabled](TreeViewAdvWithSingleColumn.png)
48+
4049
### Header for MultiColumn
4150

4251
TreeViewAdv allow user to set headers for individual columns using the Columns property. All the columns are defined in TreeViewColumnCollections.
@@ -77,4 +86,4 @@ TreeViewAdv allow user to set headers for individual columns using the Columns p
7786
</syncfusion:TreeViewAdv>
7887
```
7988

80-
![alt text](image.png)
89+
![TreeViewAdv with multicolumns providing with header text](TreeViewAdvWithMultiColumn.png)

TreeViewAdvWithMultiColumn.png

97 KB
Loading

TreeViewAdvWithSingleColumn.png

51.7 KB
Loading

0 commit comments

Comments
 (0)