tags:

views:

18

answers:

0

I've created quite a satisfying 'magnifying glass' effect on a list view

<Trigger Property="IsMouseOver" Value="True">
    <Setter Property="FontSize" Value="14"/>
</Trigger>

However, what I'd really like to do is have the rows above and below set to, say, 12.

I suspect this is asking a bit to much, but just in case anyone has an idea...