View Single Post
Rows can have various headers. Take legal numbering as an example. I can have rows that look like this:
1. Row
1.1 Row
1.1.1 Row
In cases like this -- where the prefix for a row depends on the depth of the row -- the indentation of children will/should vary for each row.

If all we have available is a static level of indentation, some children will indent beneath their row contents while others indent beneath their row prefixes.

Even with the existing one-size-fits-all approach, child indentation is limited to 24 points. A less than optimal solution would be to remove the 25 point limit.