I need to handle an event in UltraTree when user resizes a column. I see AfterColumnMoved event but nothing on the column sizing. How do I handle column size event in the UltraTree?
Found an answer myself in extremely round about way - the event is AfterNodeLayoutItemResize
I don't think it's possible to come up with more obscure and unhelpful name than AfterNodeLayoutItemResize. There is an AfterColumnMoved event why not add an AfterColumnSized instead of this AfterNodeLayoutItemResize monstrosity?