Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
470
Cell background is only half filled
posted

Hello,

I hab an xamDatagrid and I have CellPresenterValueStyle on a column which is a TimeSpan.

and the rsult looks like this

Why is the marked area not fully filled?

<Style TargetType="{x:Type igDP:CellValuePresenter}" x:Key="RightAligned" >
  <Setter Property="Background" Value="MintCream"/>
  <Setter Property="HorizontalAlignment" Value="Right"/>
</Style>
Parents
  • 28407
    posted

    HI Mike,

     If your issue is that the MintCream does not fill the entire cell, then I replicated your issue.

    I will continue to investigate.

     Sincerely,
     Matt
     Developer Support Engineer

     

Reply Children