-
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
-
How do I Increase the height/Area of Ribbon Tab to full Screen and bring it back to normal when user clicks on other tabs? Your help is appreciated. Thanks hakeem
-
If you run the SandRibbon Demo and click under the caption buttons you will see some other buttons appear. Any suggestions to stop that from happening?
-
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 Everybody, I got to gray all the items in all other tabs beside the one selected or just lock the application in my desired tab - but I know by looking in the history of this forum that locking it will be really hard work (unless you can inlight me on that subject.....) something much practical at...
-
As a follow up my previous post, can the Screentip be added to a Sandribbon button programatically? I can't seem to find the property to do this. Dean
-
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...
-
We have been successful building the tabs, groups, buttons and menu lists for SandRibbon programmatically. However, we would like some of our buttons to stack vertically as per your example using the StackPanel. How can we do this in code as there is no items collection for the StackPanel or is there...
-
Any Help would be greatly appreciated: Winform application developed in .Net Framework 2.0 with Divelements SandRibbon for Visual Studio 2005 I can run the application in all Windows environments except certain Win7 x32 version When the application initializes the following error appears: Windows 7 Error...
-
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...