This class inherits from the modified version of FXFoldingList which is now part of AqFoxExt.
This class is based on FXXFoldingItems with column objects which do the actual drawing. There is a first column class for simple text (FXXBaseTreeColumn).
This will later allow to put multiple types of items into a single folding list which will still intrinsicly support sorting and other stuff.
This class will become the base tree class for AqFinance and hopefully very much sinplify those derived classes we have use there.
Added basic tree class FXXBaseTree.
This class inherits from the modified version of FXFoldingList which is
now part of AqFoxExt.
This class is based on FXXFoldingItems with column objects which do the
actual drawing. There is a first column class for simple text
(FXXBaseTreeColumn).
This will later allow to put multiple types of items into a single folding
list which will still intrinsicly support sorting and other stuff.
This class will become the base tree class for AqFinance and hopefully very
much sinplify those derived classes we have use there.