Browse by Tags
All Tags » Scrolling Error (RSS)
-
I've set a style for my rows with a setter for the ToolTip to display some info for the row.
<Style TargetType=''{x:Type xcdg:DataRow}''> <Setter Property=''ToolTip'' Value=''Example'' />
...
</Style>
When the application is running and the ...
|
|
|
|