iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
I am trying to implement the UXRibbonBar for my application. I simply want the window and Application Menu and nothing else. I am using the WPF_Ribbon_CRM example to go by. When I set the IsExpanded property to false, I get errors. Any idea what is going on?
<Intersoft:UXRibbonBar Intersoft:DockPanel.Dock="Top" Intersoft:UXRibbonKeyTipService.EnableKeyTips="True" ActiveContextualTabs="{Binding ActiveContextualTabs}"
IsExpanded="False">
This problem is considered as bug. The bug has been submitted to ClientUI development team under work item #1121. I will let you know when the pre-release hotfix is available to be evaluated.
Temporarily, you can try to set the IsExpanded property programmatically in OnLoaded server-side event.
void MainWindow_Loaded(object sender, RoutedEventArgs e) { MainRibbon.IsExpanded = false; }
Hope this helps.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname