Skip to content

Commit 8d6772a

Browse files
authored
Update README to include TreeView as done (#28)
1 parent 38cdd6e commit 8d6772a

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,15 @@ the goal is to create a theme that helps all of the Avalonia community to bring
3232
- [ComboBoxItem](#comboboxitem)
3333
- [TabControl](#tabcontrol)
3434
- [TabItem](#tabitem)
35-
- [TextBox](#textbox)
35+
- [TextBox](#textbox)
36+
- [TreeView](#treeview)
37+
- [TreeViewItem](#treeviewitem)
3638
- 🚧 In progress
37-
- TreeView
38-
- TreeViewItem
39-
- 🔮 Next on the road map ...
4039
- DataGrid
41-
- Menu
4240
- Dark mode
41+
- 🔮 Next on the road map ...
42+
- Menu
43+
4344

4445

4546
## Installation
@@ -193,10 +194,8 @@ In your App.axaml, replace the existing theme (e.g. `<FluentTheme />` or `<Simpl
193194
||||
194195
|| <h3>TransitioningContentControl</h3> ||
195196
||||
196-
|| <h3>TreeView</h3> ||
197-
||||
198-
|| <h3>TreeViewItem</h3> ||
199-
||||
197+
|| <h3>TreeView</h3> <h4>TreeViewItem<h4> ||
198+
|| <img src="https://github.com/user-attachments/assets/0f1981ae-d001-49f9-8ee3-fda47ec2a461" alt="TabControl demo" max-width="515"> ||
200199
|| <h3>Window</h3> ||
201200
||||
202201
|| <h3>WindowNotificationManager</h3> ||

0 commit comments

Comments
 (0)