|
2009‑02‑25
3,727 views
|
"When using the RibbonWindow and performing a Maximize/Restore, layout is performed twice. This is a problem because I..."
|
|
2009‑02‑19
3,245 views
|
"Hi,
I'm just playing with the GroupVariants on a tabgroup, and it appears to me that they will still Collapse ..."
|
|
2009‑02‑17
3,860 views
|
"I have a SplitButton with a Menu containing several normal Buttons as PopupContent. Each Button in the menu is meant ..."
|
|
2009‑02‑13
2,973 views
|
"Hi,
I have a problem related to QAT, that the "More Commands..." option is not getting enable at all in ..."
|
|
2009‑02‑16
5,978 views
|
"This may or may not be a bug but I'll give you guys the benefit of the doubt :P
<ribbon:Ribbon Name=&qu..."
|
|
2009‑02‑17
3,449 views
|
"Hi all,
I have a ribbon bar with 4 tabs and multiple groups/buttons in each tab.
I am hiding/showing groups/but..."
|
|
2009‑02‑13
6,235 views
|
"I have an Application Menu defined as follows:
<ribbon:Ribbon.ApplicationMenu>
<ribbon:ApplicationMenu..."
|
|
2009‑02‑13
9,489 views
|
"If Window2.Execute() is activated by pressing input gesture (F4), e.Parameter is null. If activated by mouse click, p..."
|
|
2009‑02‑13
3,978 views
|
"Hi,
How can I add an input gesture 'Ctrl + Z' that fires a specific method in my application to the ribbon:B..."
|
|
2009‑02‑11
11,973 views
|
"If I put this XAML into the Ribbon:
<CheckBox IsChecked="{Binding Path=DisableOverlayCaching}" Content=..."
|
|
2009‑02‑10
2,935 views
|
"Hi Owen,
Sorry but gallery items need to be selected via the GalleryBase.SelectedItem property. You cannot select..."
|
|
2009‑02‑10
4,625 views
|
"Hello,
I use a ContextMenu in PopupButton in a StatusBar
<ribbon:RibbonWindow.StatusBar>
.....
..."
|
|
2009‑02‑09
3,080 views
|
"How can I set a default color when the split button is clicked for the first time? I tried naming the ColorPickerGal..."
|
|
2009‑02‑04
4,157 views
|
"I'm currently evaluating the actipro ribbon, and one of our requirements is the ability to place out own custom c..."
|
|
2009‑02‑05
3,374 views
|
"Is there a way for me to specify a re-size order of panels within a group?
For example, could I have 2 stack panel..."
|
|
2009‑02‑06
3,354 views
|
"Hi,
i do have some ribbon:buttons outside my ribbon window. Is there an easy way to change the style for those butto..."
|
|
2009‑01‑30
3,357 views
|
"I spent 10 minutes trying to figure out why nothing I put inside a Ribbon PopupButton would show up until I realized ..."
|
|
2009‑01‑30
3,231 views
|
"System: .NET 3.5, Windows Vista, 64-bit
<Window x:Class="WpfApplication3.Window1"
xmlns="ht..."
|
|
2009‑01‑28
3,527 views
|
"I'm trying to implement format painter in the ribbon much like office does. A single click allows for a single f..."
|
|
2009‑01‑23
4,917 views
|
"I want to remove a Tab and its content from a ribbon
if (Ribbon.Tabs[index] is Tab) {
..."
|