Jump to content
chkaufmann

VirtualTreeview for FMX

Recommended Posts

In my Windows applications I use VirtualTreeview for grids with inplace editors. Sometimes I load up to several 10'000 rows (nodes). For this I use rather light node classes.

 

When I look at TTreeviewItem in FMX, then each node is a control and I don't think, this will work the same way.

 

So are there alternatives. I need

- tree check functionality (simple, tristate)

- multiple columns

- inplace editors

- lazy load for child nodes

 

Christian

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×