Currently, the CellIndent* properties are declared "As Byte", which limits the possible indentation to 255. We currently have a case where we just barely come out with more, namely 300. Is there a reason for using Byte as the type here or could that be increased to Integer?
It's a rare case we are running into but since the data we want to show is created by the customer, we can't stop him from creating many levels, which we represent by indenting. We could reduce the amout of indenting for each level to make it fit now, but nothing prevents the customer from adding another level or two next time, which repeats the problem. Besides, on a 1920x1080 display, there is lots of room for indents.
Regards,
Oliver
Edited by moderator
2017-03-22T14:01:57Z
|
Reason: Igor/10Tec added implementation status