
Hi!
I try to set the visibility for the buttons inside QuickAccessToolBarCommonItems using bindings and convertors. For some reason the bindings does not work. I have these errors
11:29:26:702 System.Windows.Data Error: 40 : BindingExpression path error: 'CursorMode' property not found on 'object' ''RibbonWindowTitleBarViewModel' (HashCode=64771222)'. BindingExpression:Path=CursorMode; DataItem='RibbonWindowTitleBarViewModel' (HashCode=64771222); target element is 'Button' (Name=''); target property is 'NoTarget' (type 'Object')
What if I would need to put the ribbon on top of a normal Window and not a RibbonWindow ?
What do I need to do to make this work?
Kind regards,
Daniel