[RESOLVED] What control is it?
In one of the VBForums threads I saw a screenshot:
https://www.vbforums.com/attachment....9&d=1402608675
Which seems to be a TreeView inside of a ListView I guess.
What is it exactly? Or if you dear contributors are not sure, how can we mimic one? Cause it is exactly a visualized hierarchy detailed-list view control that I'm looking for.
Thanks, Peace.✌️
Re: What control is it? 🤔
I'm sure it's not the only example of such a control, but the TreeListView here is one option and may be what's in your screenshot..
Re: What control is it? 🤔
Quote:
Originally Posted by
pourkascheff
Or if you dear contributors are not sure, how can we mimic one? Cause it is exactly a visualized hierarchy detailed-list view control that I'm looking for.
WPF can do stuff like that through styles and templates. You could put Treeviews in ListViews, ListViews in TreeViews, ComboBoxes in TreeViews in ListViews. You can mix and match however you want.
Re: What control is it? 🤔
And there's always the possibility of a third party control.
Re: What control is it? 🤔
Quote:
Originally Posted by
jmcilhinney
Well documented place. Thanks.
Quote:
Originally Posted by
Niya
WPF can do stuff like that through styles and templates.
So I assume we are unable to make this happen in WinForms yet. I may use oldschool spaced Tree/List views next to each other.
Quote:
Originally Posted by
Shaggy Hiker
third party control.
Indeed.
Re: What control is it? 🤔
Quote:
Originally Posted by
pourkascheff
So I assume we are unable to make this happen in WinForms yet.
It would be 10 times more difficult.
Re: What control is it? 🤔
Quote:
Originally Posted by
pourkascheff
Well documented place. Thanks.
So I assume we are unable to make this happen in WinForms yet. I may use oldschool spaced Tree/List views next to each other.
Indeed.
The link I provided is to a third-party WinForms control.
Re: What control is it? 🤔
Right.
I have problem resolving this thread, dear moderator. Marking it will cause page refreshing.
Re: What control is it? 🤔
Quote:
Originally Posted by
pourkascheff
Right.
I have problem resolving this thread, dear moderator. Marking it will cause page refreshing.
The issue was the emoji in your thread title. Marking a thread Resolved modifies the title and that emoji was interfering in some way. I have removed it and resolved the thread. I'd avoid emojis in thread titles from now on.