Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
70
Possible to not have recent items list in application menu?
posted

Is it possible to not have the list of recent items in the application menu?  I'd like to just fill it with our company logo instead since we don't have "recent items".

...Matt

Parents
  • 1354
    posted

    Hi Matt,

    Technically you can have whatever you want in there.  But to release this control we had to follow a strict specification from microsoft, and the recent items area falls under the umbrella of things that cannot be changed.  However, that said the recent items list is entirely under your control, so you could just have one recent item, make it an image, and set its height to ~315.  

    <igr:XamWebRibbonApplicationMenu.RecentItems>

                            <Image Source="/Images/Logo.png" Height="315"/>

    </igr:XamWebRibbonApplicationMenu.RecentItems>

    If that's all you do it should get you close to the look you want, if you are okay with the image glowing when users hover over it that should be all you need to do.

     

Reply Children
No Data