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
1930
XamGrid ImageColumn problem
posted

Hi

I've a grid with a ImageColumn wich display a png image(24x24) and i setted  ImageWidth and ImageHeight to 15.

<ig:ImageColumn Key="Priorita" ValueConverter="{StaticResource prioritaConverter}" ImageHeight="15" ImageWidth="15" HeaderText="Priorità" Width="62" />

The first time i enter in the page with this grid the are no problem. But everytime i open that page (after first time) there are some rows in which the image is bigger than the size i setted and they become small if i scroll down or if i click on some cells of those rows.