opensourceautomation / Open-Source-Automation

Open Source Automation is a home and commercial automation engine
www.opensourceautomation.com
GNU Lesser General Public License v3.0
97 stars 62 forks source link

TreeViews for object types #264

Open VaughnRupp opened 9 years ago

VaughnRupp commented 9 years ago

Wether a treeview or a cell merge or a drill down type grid, object_type should just basically show base type, then allow user to expand to see the sub-types. for example, there is just one entry for PLACE, but if you expand it, it shows every type of place the system understands, Planet, Country, City, State, House, Room, Box, Container... Otherwise Object_Type list will be too big to use with the current grid.

VaughnRupp commented 8 years ago

HOLY BAT SHIT! MVVM configuration of the WPF Tree View blew my mind. I could not seem to make the nested child records in the middle of the object you have to make for it. Anyone knows how to work with WFP tree views, I could use the help on this.

VaughnRupp commented 8 years ago

BTW, Merging Cells is a nightmare now too. I don't want to work on either for a while or I might just make things too unstable. If know one else is interested in working on this control, I may eventually just cancel the issue.

VaughnRupp commented 7 years ago

Personally I want these skills, but using a 3rd party grid option is on the table too. Some open source ASP grid. I think there is 1-2 options out there for that but I did not get anywhere on it last time I looked and we have a lot of code tied to our grids, so I just don't know if this is practical.

I really need feedback on if anyone besides me even cares or if they are ok with just tweaking are current grids and making them as smooth and stable as possible.