hello everyone Is there any method to set the size of Expansion indicator (+ sign in Hierarchical Grid)??? thanks Shital
Hi Shital,
There is no property for this. The only way to do it is to use a CreationFilter. And then you are limited to the size of the available area.
You should submit a feature request to Infragistics.
Request a Feature or Component
Mike,
I have tried my best at using a CreationFilter for this, but am only able to move the image around and not actually resize it. If I set the size in the Rect property of the UIElement, I just get more spacing around the image itself. I also downloaded the sample posted here but it does not work for me (the expansion indicators are not resized, just the space around them as in my own implementation). Can you offer any further details on how the CreationFilter might be used to accomplish this?
Thanks!
Tristan