Hi,
I installed 2.83, and want to merge cells in my tree grid - and it doesn’t work.
This is what I do:
I create a new node in the tree, get its HTREEITEM
and call this line (I have a two columns tree):
GridCellJoinSet(CSize(2,1), 0, ItemGetVisibleIndexOf(hti));
What happens is very weird - it seems that the two cells in the row that I joined are being written one on top of the other...
Note that the two cells are of the type CExtGridCellString
, the left one has a text value, and the right one is empty, what I wanted was that when the left column becomes narrow, the text will flow to the right column’s cell.
Is this a bug? is this feature available in tree grid? If not when will it be available?
I am sending you a clip via mail to show you to problematic behavior.