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
1500
Working with popup gallery
posted

Hi all,

 I need to create a popup gallery. I'm using the Customize dialog of ToolbarsManager. I can't find a way to add items to the main part of the gallery. When I change its Items property those items are added to the popup that is shown on the click of bottom-most button of the tool.

And one more question. How can I create something like Word -> Home -> Paragraph -> Bullets dropdown? What is that dropped down tool?

 Thanks,

Vitaly

 

Parents
No Data
Reply
  • 1500
    Verified Answer
    posted

     Well, it seemed that the items were not added to the main part of the gallery (its preview in the ribbon) but in fact they were added and even shown there, but for some reason the default value of ItemSizeInPreview was set to (-1, -1). After changing it to 60; 60 the items "appeared" in the preview.

     And the answer to "one more question". That's popup gallery. The ShowPreviewInRibbon property of the popup gallery should be set to false.

Children