Hi,
Here is my problem, I have a customized XamGrid where I want to change the look of the GroupByHeaderCellControl. I would like to reproduce the original comportement but I was not able to do it.
I attached a solution to show you how I do.
Regards.
Hi Jon,
Thanks for the response, its better but I still don' t understand clearly how it works. Is there a way to have the original code and modify it to have the look I expect ?
Hello Coso,
I was able to remove the gap in your GroupBy headers by modifying the Path_0Suivant Path properties Canvas.Left from 0 to -5 and the Width from 25 to 30. The code looks as follows:
<Path x:Name="Path_0Suivant" Width="30" Height="24" Canvas.Left="-5"...
The -5 canvas.left property will allow for the overlap, while the increased width will keep your path object drawn far enough to the right.
This should give you the look you need.
Sincerely,JonInfragistics, Inc.http://ko.infragistics.com/help
Sorry for the second post I couldn't insert a second image
And I get this :
Could you tell me how to achieve this.
I would like to change the GroupByCellHeaderControl, the original is :
Thank you for contacting Infragistics!
I have reviewed your sample and would like to ask for some clarification on the issue you are have. You state that you wish to reproduce the original compartment; are you referring to the ExpansionIndicator and ability to expand/hide the groupby section?
Any information you can provide is appreciated.