Results 1 to 9 of 9

Thread: [RESOLVED] What control is it?

  1. #1

    Thread Starter
    Hyperactive Member pourkascheff's Avatar
    Join Date
    Apr 2020
    Location
    LocalHost
    Posts
    381

    Resolved [RESOLVED] What control is it?

    In one of the VBForums threads I saw a screenshot:

    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.✌️

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,689

    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..
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    Angel of Code Niya's Avatar
    Join Date
    Nov 2011
    Posts
    8,703

    Re: What control is it? 🤔

    Quote Originally Posted by pourkascheff View Post
    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.
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading | Simple file compression | Demon Arena

    Copy/move files using Windows Shell | I'm not wanted

    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. - jmcilhinney

    The threads I start are Niya and Olaf free zones. No arguing about the benefits of VB6 over .NET here please. Happiness must reign. - yereverluvinuncleber

  4. #4
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    39,386

    Re: What control is it? 🤔

    And there's always the possibility of a third party control.
    My usual boring signature: Nothing

  5. #5

    Thread Starter
    Hyperactive Member pourkascheff's Avatar
    Join Date
    Apr 2020
    Location
    LocalHost
    Posts
    381

    Re: What control is it? 🤔

    Quote Originally Posted by jmcilhinney View Post
    here is one option
    Well documented place. Thanks.

    Quote Originally Posted by Niya View Post
    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 View Post
    third party control.
    Indeed.

  6. #6
    Angel of Code Niya's Avatar
    Join Date
    Nov 2011
    Posts
    8,703

    Re: What control is it? 🤔

    Quote Originally Posted by pourkascheff View Post
    So I assume we are unable to make this happen in WinForms yet.
    It would be 10 times more difficult.
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading | Simple file compression | Demon Arena

    Copy/move files using Windows Shell | I'm not wanted

    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. - jmcilhinney

    The threads I start are Niya and Olaf free zones. No arguing about the benefits of VB6 over .NET here please. Happiness must reign. - yereverluvinuncleber

  7. #7
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,689

    Re: What control is it? 🤔

    Quote Originally Posted by pourkascheff View Post
    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  8. #8

    Thread Starter
    Hyperactive Member pourkascheff's Avatar
    Join Date
    Apr 2020
    Location
    LocalHost
    Posts
    381

    Re: What control is it? 🤔

    Right.
    I have problem resolving this thread, dear moderator. Marking it will cause page refreshing.

  9. #9
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,689

    Re: What control is it? 🤔

    Quote Originally Posted by pourkascheff View Post
    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width