✅ High quality list view icons
How can i make my icons in ListView high quality while not resizing the row? (If i changed the size in ImageView the whole row grows.)
4 Replies
You can't. It can only contain the amount of pixels based on the width and height.
Maybe you could use SVGs for those icons?
Just a stab in the dark, no idea if it's possible
Vector images is the way to go, if you can
Inkscape can save directly as XAML
aight ty