Is there a way to adjust the image size of the GalleryTool items? The image on the GalleryItems is to small to be readable for my application, I need to set it bigger.
Thanks!
Thanks alot!
Hello Steffen,
The sample application that I have attached contains the style for the GalleyItemControl. The style is located in the Resources section of the App.xaml in the Silverlight project (GalleryTool). I have attached a screenshot that demonstrates the difference of the GalleryItems when the style is applied and when the default style is used.
If you have any further questions please do not hesitate to ask.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Krasimir"] in which I have re-templated the GalleryItemControl in order to change the size of the Image that displays the image of the item. By doing so you can change the size of the image to the size that you wish
in which I have re-templated the GalleryItemControl in order to change the size of the Image that displays the image of the item. By doing so you can change the size of the image to the size that you wish
Thanks for the reply. I downloaded your project, but I couldnt find any " re-templated the GalleryItemControl". You simply add GalleryItems in XAML, the images stay the same size. Did you upload the wrong project by accident?
Kind Regards
Steffen
Hello,
I have been reading through the functionality that you are trying to achieve and I have created a sample application for you, in which I have re-templated the GalleryItemControl in order to change the size of the Image that displays the image of the item. By doing so you can change the size of the image to the size that you wish.