question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature: Add TreeView Item Layout

See original GitHub issue

Is your feature request related to a problem? Please describe.

Typically, I work in a project folder. That folder might have multiple sub folders like: images, src, prints, presentations. With Windows Explorer and Files, I must keep navigating in and out of folders. I want a view of all my files and folders in one view. Much like how VS Code’s ‘Explorer’ handles files display and navigation, or how Mac’s Finder handles.

Describe the solution you’d like

In list view, I’d like a tree navigation component for files allowing me to expand a folder to list is child files and folders (which can be expanded too)

Describe alternatives you’ve considered None. I’ve tried for years now without this feature on Windows. Still miss it sorely from Mac.

Additional context There is discussion on Reddit where someone looks for this feature on Windows.

Here is a found image of Finder on Mac. image

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:46
  • Comments:67 (19 by maintainers)

github_iconTop GitHub Comments

21reactions
issue-label-bot[bot]commented, Sep 15, 2020

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.92. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

12reactions
Mikes0commented, Oct 7, 2021

This is the top missing feature for me as I navigate using the keyboard a lot

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Add Tree-View Items - Win32 apps
You add an item to a tree-view control by sending the TVM\_INSERTITEM message to the control.
Read more >
WPF TreeView how to add TreeViewItem control template ...
Inside TreeView.Resources you could declare several DataTemplates with different DataType if Delete and Open commands were items of some ...
Read more >
Thread: Main Window Layout treeview item
I am having a bit of difficulty trying to get a treeview model to appear on my main window. I can get a...
Read more >
TreeView In WPF
Adding Items to a WPF TreeView ... A TreeView control hosts a collection of TreeViewItem. The Header property is the text of the...
Read more >
Manual: TreeView
TreeView is an IMGUI control used to display hierarchical data that you can expand and collapse. Use TreeView to create highly customizable list...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found