How to manage place on ribbon ?
Hi,
I am completely unable to manage place for controls that I'm placing inside syncfusion:RibbonBar and syncfusion:ButtonPanel.
Let's say I have a textblock and four buttons inside a syncfusion:ButtonPanel. What to do so that the textblock be on the first line, the first two buttons be on the second line and the other two buttons on the third line inside the ButtonPanel ?
Like this:
_____________
| textblock |
| B1 B2 | ===> This is my ButtonPanel
| B3 B4 |
|___________|
Same question for syncfusion:RibbonBar.
It seems to me there is no property anywhere to handle this. Sometimes all the buttons are alined. Sometimes they go on two lines. Sometimes they are out ouf the scope of the ButtonPanel/RibbonBar and the user can't acces them.
Thanks
Nazim YENIER
I am completely unable to manage place for controls that I'm placing inside syncfusion:RibbonBar and syncfusion:ButtonPanel.
Let's say I have a textblock and four buttons inside a syncfusion:ButtonPanel. What to do so that the textblock be on the first line, the first two buttons be on the second line and the other two buttons on the third line inside the ButtonPanel ?
Like this:
_____________
| textblock |
| B1 B2 | ===> This is my ButtonPanel
| B3 B4 |
|___________|
Same question for syncfusion:RibbonBar.
It seems to me there is no property anywhere to handle this. Sometimes all the buttons are alined. Sometimes they go on two lines. Sometimes they are out ouf the scope of the ButtonPanel/RibbonBar and the user can't acces them.
Thanks
Nazim YENIER
SIGN IN To post a reply.
3 Replies
NY
Nazim YENIER
August 19, 2009 03:42 PM UTC
My drawing is not great. I hope I could explain myself.
MS
Mohamed Suhaib Fahad A.
Syncfusion Team
August 19, 2009 04:24 PM UTC
Hey Nazim,
Thanks for the details. It would be good if you post the Tools WPF related questions in the below link,
http://www.syncfusion.com/support/forums/tools-wpf
That way you would get a faster and prompt response. For now, I will have the Tools team alerted over your question.
Thanks,
Fahad
Grid.WPF Team
Syncfusion Inc.,
Thanks for the details. It would be good if you post the Tools WPF related questions in the below link,
http://www.syncfusion.com/support/forums/tools-wpf
That way you would get a faster and prompt response. For now, I will have the Tools team alerted over your question.
Thanks,
Fahad
Grid.WPF Team
Syncfusion Inc.,
CS
C. Sudha
Syncfusion Team
August 20, 2009 10:30 AM UTC
Hi Nazim,
As per the MicrosoftOffice2007 guideline, RibbonItems should get arranged based on available space in RibbonBar. This is indented behavior of RibbonBar layout. However, you could achieve your requirement by setting margin property for ButtonPanel explicitly.
For Instance,
In XAML:
TextBlock
Please let us know if you have any questions.
Thanks for choosing Syncfusion products.
Note:
It would be good if you post the Tools WPF related questions in the below link,
http://www.syncfusion.com/support/forums/tools-wpf
Regards,
SudhaC.
As per the MicrosoftOffice2007 guideline, RibbonItems should get arranged based on available space in RibbonBar. This is indented behavior of RibbonBar layout. However, you could achieve your requirement by setting margin property for ButtonPanel explicitly.
For Instance,
In XAML:
Please let us know if you have any questions.
Thanks for choosing Syncfusion products.
Note:
It would be good if you post the Tools WPF related questions in the below link,
http://www.syncfusion.com/support/forums/tools-wpf
Regards,
SudhaC.
SIGN IN To post a reply.
- 3 Replies
- 3 Participants
-
NY Nazim YENIER
- Aug 19, 2009 03:41 PM UTC
- Aug 20, 2009 10:30 AM UTC