Hello,
following
this topic, I've tried to add some bitmaps to a CardPart used in a Page.
It works fine but my bitmap (16*16 PNG) is zoomed as you can see in the attachment below.
Do you have any ideas of how I can force Nav to show the image in is native size?
Thanks.
Comments
I think you cannot, but I have an idea for you:
You could make a Repeater Group and put the images in a column, then they'll automatically be smaller.
Cheers
You're right that using a repeater for bitmap allows to see them smaller.
But in that case, my page is a Card Part and I can't use repeater, I don't want a table view with columns (I would have two much columns).
In fact in this card part i'm showing some warnings (around 10), it would have been nice to show them with some bitmaps.
At the moment I'm showing some text (Yes/No) instead of some bitmaps (Green/Red light).
It's less user friendly but it's functional !