GalleryTool tends to display images in their real dimensions, but sometimes not all images are equal. Is there a possibility of setting one size for all e.g. 50x50?
One way to solve this would be to set the Width and Height for the image assigned to the GalleryItem. With WPF styles, you could apply a Style which sets the Width and Height for all images in the GalleryTool. You could define the Style in the GalleryTool.Resources to limit the scope of such a style.
If you would like a sample of a style like this in XAML, C# or VB.Net, let me know which language you prefer.
Thanks,
Hi, man, I'm evaluating the ribbon control but don't know how to set its image size. Could you show me your codes (XAML and C#) to handle it?
Hi,
Thanks!