Hi,
How can i add a tooltip to a ribbontool?
Regards,
Michael
Hi Michael,
You can set your tooltip on any tool like this:
<ig:ButtonTool Caption="Button With Tip">
<ig:ButtonTool.Style>
<Style TargetType="ig:ButtonToolControl">
<Setter Property="ToolTipService.ToolTip" Value="This is my tooltip." />
</Style>
</ig:ButtonTool.Style>
</ig:ButtonTool>
<ig:ButtonTool Caption="Button"/>
wpf had the nice XamRibbonScreenTip, is it going to be availalbe in silverlight?
<r:ButtonTool Caption="Screen Tip"> <r:ButtonTool.ToolTip> <r:XamRibbonScreenTip Header="My Screen Tip" Content="This is a Screen Tip" FooterSeparatorVisibility="Hidden" /> </r:ButtonTool.ToolTip></r:ButtonTool>
Hello Michael,
After some research, this issue has been determined to be a new feature request. I have sent your feature request directly to our product management team. Our product team chooses new feature requests for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested features, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your feature is chosen for development, you will be notified at that time. Your reference number for this feature request is FR12969 "ToolTips support for XamRibbon"
If you would like to follow up on your feature request at a later point, you may contact Developer Support management via email. Please include the reference number of your feature request in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com
Thank you for your request.
Hello,
As far as screen tips are concerned this would be a new feature for the Silverlight XamRibbon. We have created a new product ideas site http://ideas.infragistics.com in which this should be added or voted up if you are interested in this feature.
There are many benefits to submitting a product idea:
- Direct communication with our product management team regarding your product idea.
- Notifications whenever new information regarding your idea becomes available.
- Ability to vote on your favorite product ideas to let us know which ones are the most important to you. You will have ten votes for this and can change which ideas you are voting for at any time.
- Allow you to shape the future of our products by requesting new controls and products altogether.
- You and other developers can discuss existing product ideas with members of our Product Management team.
Steps to create your idea:
The Product Idea site puts you in the driver’s seat and allows you to track the progress of your ideas at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.
Sincerely,
Valerie
Developer Support Supervisor - XAML
Infragistics
www.infragistics.com/support
I have created a sample which demonstrates using a binding to a property in a ViewModel for the Tooltip added via a Style setting.
Please let me know if you have any questions.