Hi,
I'm sure this will be a silly question but I cannot find how to get the index of parent row relative to his child rows.
Thanks
Posted 29 October 2024 - 12:20 PM
Hi,
I'm sure this will be a silly question but I cannot find how to get the index of parent row relative to his child rows.
Thanks
Posted 30 October 2024 - 01:10 AM
Hi,
I’m not sure if I understand unfortunately. Do you maybe think about getting AbsoluteIndex of parent?
Posted 30 October 2024 - 09:59 AM
Hi,
sorry : I have a treecolumn and I want to know the index of the parent when the row is a childrow
Thanks
Posted 31 October 2024 - 02:05 PM
Hi,
Maybe something like this:
var parentIndex := NextGrid61.Row[20].ParentRow.AbsoluteIndex;
Posted 04 November 2024 - 12:22 PM
0 members, 0 guests, 0 anonymous users