This question is locked. New answers and comments are not allowed.
Hi,
We have a problem with the position of the validation tooltip inside the grid ... really I think that the problem could be replicated in other scenario too.
We need that the tooltip always be displayed to the right side of the column because a design requirement. For more detail check the attached image. This is because the tooltip does not fit in that position.
Code example:
<ToolTipService.ToolTip> <ToolTip x:Name="validationTooltip" Content="{TemplateBinding Errors}" Placement="Right" Template="{StaticResource GridView_ValidationToolTipTemplate}"/> </ToolTipService.ToolTip>