TreeListView - C# and XAML

preview_player
Показать описание
In this video I’ll demonstrate how a TreeListView works. For quite a long time, I wanted to create a tree view which looks and functions the same as Windows Explorer has. But, with the traditional TreeView control that .NET and UWP provide, you cannot achieve the same user interface and experience as the one Windows Explorer has. I worked a couple of days now and then to edit the control template of traditional TreeView and TreeViewItem controls. But I didn’t succeed.

After searching on the internet, I came to know that we can achieve it through a TreeListView, link is given below. But, .NET and UWP don't have a TreeListView control and Microsoft Docs no longer maintains the sample project.

TreeListView Sample, which no longer maintains the sample project.

So, as a requirement from my client and for my personal quest I started to work on it. For this, I used Styles, DataTemplates, Triggers, and Converters.

In this video, I’m comparing my own implementation of TreeListView with the stock TreeView control and Windows Explorer. Further you can customize it more as you want. I’m giving the project’s github link below, have fun with it.

GitHub -

My website

Apps I’ve created for Android and Windows, please give a try
------------------------------------------------------------------------
RSS Feed Fetcher (RSS feed reader for Windows)

RSS Feed Fetcher (RSS feed reader for Android)

Podcast Fetcher (Podcast player for Windows)

Podcast Fetcher Lite (Free podcast player for Windows)

Battery Level Alarm (Battery app for Windows)
Рекомендации по теме