Dear Support,
actually we are in the decisionprocess between ActiPro + XCeed or Infragistics. For the time being we don't find your sparely onlinehelp very useful, so maybe you can give us some hints. Even for the ToolProxy there is nealy no help, except your statement "you don't need this if your are not developing your own controls". Great. Really. Was rolling laughin on the floor....
We would like to have a Button with this small arrow in the ribbon (called at IG MenuTool).After pressing the button we would like to have a usercontrol popped up, below the button.
With Actipro it's quite easy, cause they use some "PopupButton" which pops up nearly everything.
But your MenuTool puts our Control within a Menu which looks really terrible.We would like to have a solution for this in XAML only, without any coding. And it would be great if the usercontrol could be resizeable by the user without any addional coding or changing the UserControl itself.
Furthermore we would like to know, when you will support the Scenic-Ribbon-style.Someone asked in July but there is still no reply from your end.
Thank you very much in advance for your soon reply.Bst rgds,
Jens D.
PS: I mean something like
<igRibbon:MenuTool> <igRibbon:ResizeablePopupControl>
<myProject:MyUsercontrol/> </igRibbon:ResizeableWindowControl>
</igRibbon:MenuTool>
Dear Andrew,
thank you very much for your quick and helpful reply.This moring I tried to seperate the Styles of the MenuTool, MenuItemPresenter and ToolMenuItem with Expression Blend and put a ContentPresenter inside of it. So...it works, but I still don't exaclty know, what I've done ;-)
Your solution seems quite more clear and clean. And so easy that I'm shaking my head :)
Regarding the resizeable-matter I will play with the ContentPresenter. That's not so important, just a nice-to-have-feature.
The Scenic-Ribbon, as long as I know, seems to have a rectangular area instead of the glossy Application-Button on the top left side. I believe this might be the only visible change. So, probably the won't update there Ribbon Guidelines, because I think they are belonging to the Office-Ribbon and not to the Scenic-Ribbon.
Nevertheless I think it would be nice, to get the new look as well, when Windows 7 is available, because the round, glossy look might be always been associated with MS-Office and not with other business-applications. But....that are just my 2 cents.
Thanks again for the a.m. hint.
Best regards,
Jens
Jens23 said:But your MenuTool puts our Control within a Menu which looks really terrible.We would like to have a solution for this in XAML only, without any coding.
Another option would be to have a custom tool that wraps the object you want to host in the dropdown that tells the ribbon that this item should fill the entire area. e.g.
Jens23 said:And it would be great if the usercontrol could be resizeable by the user without any addional coding or changing the UserControl itself.
Jens23 said: Furthermore we would like to know, when you will support the Scenic-Ribbon-style. Someone asked in July but there is still no reply from your end.