Hi All,
Can anyone help me in aliging the summary with the content in the column?
column A Column B
100 200
sun 100 sum 200
Thanks
Prakash
Hello Prakash,
You have to create a style for the summary presenter. You can find this default style in the DefaultStyles directory in the infragistics folder on your computer.
Hope this helps,Alex.
Hi Alex,
Here is code which i did.
But it does not align with the column value but it aligns with the column.
I want to make it aligned with the content of the column.
Let me know how to do that ?
<Style TargetType="{x:Type igDP:SummaryResultPresenter
}">
<Setter Property="HorizontalAlignment" Value
="Right"/>
<Setter Property="HorizontalContentAlignment" Value="Right"/>
</Style
>
<Style TargetType="{x:Type igDP:SummaryCellPresenter
<Setter Property="HorizontalContentAlignment" Value
<Style TargetType="{x:Type igDP:SummaryRecordPresenter