-
i want do some work in the in ribbon toolbar collapse(nearby the 'help' icon on the right above of the ribbon control ) operation, How can i do this
-
Hi, Is there a possibility to exit the ApplicationPopup after you clicked the ApplicationButton in the Ribbonbar? For instance when the user clicks the ApplicationButton and changed his mind. The only way I found to close the ApplicationPopup without clicking in the menu, is clicking on some other buttons...
-
Hi, I’m using the SandRibbon with Silverlight 3. I’ve a toolbar in a ChildWindow. The buttons inside the toolbar work perfect. Beside buttons I’ve also placed a textbox and label in the toolbar. Programmatically I can change the content/text with no problem. But at runtime I can’t...
-
I'm working on a window-ish silverlight project using the SandRibbon as a base for menus The problem reveiled it self when opening a really memory intensive part of the application and then removing the control, it would not dispose it self properly and release the memory. So i made a test program...
-
All, I would like to put a set of sub RibbonTabs within a parent RibbonTab using the SandRibbon for Silverlight. I have tried several ways of doing this. And the only possible way of doing this is by using a Ribbon within a RibbonGroup child of the parent RibbonTab. The only problem with this approach...
-
Hello Can someone provide a sample on how to setup a aspx page to be (isWindowless = true) as i keep get this anoing error message htmlhost should always be used with windowless plugin < Grid x:Name =" LayoutRoot " Background =" White " > < Border Margin =" 30 "...
-
Hi, I have a control that renders the html, and works well. The problem is that when the browser changes size, the popup window resizes, but the html text does not. It looks funny when it writes outside of the window. Do you have any suggestions on how to keep it inside the window? Here is the xaml....
-
Hi Tim, The SandDock and Sand Ribbon are excellent. Thank you very much for creating such a high quality product. I have a RibbonGroup and a SandRibbon.Button that is split. I can catch the MouseLeftButtonUp event on the small lower portion of the split. How can I get it for the larger portion where...
-
I have been looking at sandribbon/sanddock, though I have not downloaded it yet I have a couple of questions. Does it work under silverlight 3 How do you deal with missing routed events? Most wpf ribbons use routed events to enable disable buttons. Does every window basically have to control every button...
-
Hey! I have a small Silverlight project with a ChildWindow (Silverlight 3). On the ChildWindow I have a Ribbonbar. When I push the round ApplicationButton the ApplicationPopup is shown behind the ChildWindow on the main form. Could you please help me with my problem? Cheers!