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
190
CellValuePresenter Style Help
posted

For our project we have a xamdatagrid which is populated with values and each cell has a tooltip associated with it. Before we applied the tooltip, the format of the cell had a decent border which we were able to modify, but as soon as we apply the tooltip (only change made); we are unable to see the border because of the editor for the cell covers it. Does anyone have any idea why this would be happening?

Code for our tooltip:

<Style TargetType="{x:Type DataPresenter:LabelPresenter}">

<Setter Property="ToolTip" Value="{Binding RelativeSource={x:Static RelativeSource.Self},Path=Field.Name}"/>

</Style>

Parents
No Data
Reply Children