Code Monkey home page Code Monkey logo

Comments (3)

cwensley avatar cwensley commented on July 20, 2024

Tree pretty much works as is, but needs more: context menu, and possible multi-column support

from eto.

cwensley avatar cwensley commented on July 20, 2024

For mulit-column support, the TreeView will work more like the GridView, with columns/cells defined. This is easy to do in GTK and OS X since there are built-in controls, which are based off the same implementations of the gridview.

However, the issue for Windows is there is no built-in multi-column tree for either Windows Forms or WPF. I would prefer implementations that are based off DataGridView (WinForms) or DataGrid (WPF), so as to allow editing and code sharing between tree and grid. To make them virtual, this will take some extra effort to create a sort of 'tree controller', which would keep track of expanded rows, and the depth of row ranges when things are expanded/collapsed..

from eto.

cwensley avatar cwensley commented on July 20, 2024

Implemented TreeGridView alongside TreeView, as TreeView will use the built-in control for windows and wpf, whereas TreeGridView uses the same control as the GridView.

from eto.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.