Browse By Tags

  • XamRibbon - MenuTool force to resize

    Hi
    I have a question regarding the XamRibbon menu. In my solution I use a XamRibbonMenu where I have a MenuTool and a label, I want to arrange the two of them to be one under another (in one column), I want the MenuTool to change in size but not the predefined…
  • Re: Commands in Gallery

    Thanks for the hint Andrew. I tried the solution with the ItemClicked Event, but it was already handled. So I use the PreviewMouseLeftButtonUp Event instead.

    galleryMenu.PreviewMouseLeftButtonUp += new MouseButtonEventHandler(this.GalleryMenuPreviewMouseLeftButtonUp…