I find myself changing the "IGRibbon:RibbonGroup.MaximumSize" on the ButtonTool quite a lot while working on layout. But I haven't found how to set it in the Properties Window. Is this possible, or do we just need to manually type in the XAML each time we want to change this?
Hello Jaimi,
The development issue with ID of 119957 has been fixed and it is available in the latest Service Release. You can download the Service Release by logging in our web site and then going to Account\My Keys and Downloads page.
Thank you for using Infragistics Components.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Thank you for the clarification on the issue that you are having. I have been researching it and it seems that the attached properties of the RibbonGroup do not appear in the Properties Window. I have logged this behavior with our developers in our tracking system, with an issue ID of 119957. I have also created a support ticket on your behalf with number CAS-99058-Q3P3X4 in order to link the development issue to it so that you are automatically updated when a Service Release containing your fix is available for download.
Infragistics, Inc.
Hi -
That's a cool project, and will be helpful later, so thank you for it. But what I am asking is much simpler.
I simply want to select a button, and set the properties in the "Properties Window". When you create a button, you can set the images, but you cannot tell the button to display the image without setting the "MaximumSize" property. This property is not available in the "Properties Window". So instead, you have to type in the XAML for it on every button (I don't want them to be all the same size, though - I want to individually select each button and decide whether it has the image or not).
This seems counter-intuitive, and I was assuming that I have missed the property somewhere in the inspector. My question is simply: "How do I set the property for MaximumSize in the inspector". Thanks.
\\
Thank you for your post. I have been looking into the question that you are having and if I understand correctly, you wish to set the MaximumSize of all ButtonTools in the XamRibbon, without setting that property for each ButtonTool individually. If this is correct, I can suggest creating a style for the ButtonTool and add it to the Resources of the XamRibbon. In the Style you can add a Setter for the RibbonGroup.MaximumSize attached property and set it for all ButtonTools in the XamRibbon. I have created a sample application for you, that demonstrates how you can implement this approach.
Please let me know if this is what you are looking for, or I have misunderstood you in any way.