Posted 2 August 2023, 4:40 am EST
Hi Chris,
If the Tree.Indent property is set to a value smaller than the size of the default images, then the Grid automatically adjusts it to fit the images. The same is mentioned in the description of this property (https://www.grapecity.com/componentone/docs/win/online-flexgrid/C1.Win.FlexGrid.6~C1.Win.FlexGrid.GridTree~Indent.html).
FYI, the size of the default images is 9, which is the reason why the indent goes to a minimum of size 9. The default images are stored in the C1FlexGrid.Glyphs collection from where you can check the size of these images.
If you want to reduce the size of the indent, you can either
(1) Replace the default images with smaller images
OR
(2) Replace the default images with black images of size 1
Please see the attached sample project for reference.
Attachment: FlexGridTreeIndent.zip
Best Regards,
Kartik