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
Bug: Resizing GalleryTool smaller results in menu not displaying all items
posted

Create a GalleryTool object with 15 items.

If you start your sliverlight application, then resize the browser smaller such that the Gallery resizes smaller, then drop down the menu, the menu will not show all items.

The menu it only as tall is it would be if dropped at the original size.

For example, for a gallery object with 15 items, if when initially shown, all 15 items appear, then the menu only shows one row of items.

If you resize your app and the gallery resizes down such that 8 items are visible, then the dropdown will only show items 1 - 8.  The 2nd row will not be shown.

This is using the current demo version (downloaded last week).

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

<

 

 

igRibbon:XamWebRibbonGroup Caption="Palette">

<igRibbon:MenuTool ShouldDisplayGalleryPreview="true" MaximumSize="ImageAndTextLarge">

 

 

 

 

<igRibbon:GalleryTool x:Name="ThreadPalette" Caption="Presets Gallery" MaxPreviewColumns="15" MaxDropDownColumns="15" PreferredDropDownColumns="15">

 

 

 

 

<igRibbon:GalleryItem Text="Hello1" />

 

 

 

 

<igRibbon:GalleryItem Text="Hello2" />

 

 

 

 

<igRibbon:GalleryItem Text="Hello3" />

 

 

 

 

<igRibbon:GalleryItem Text="Hello4" />

 

 

 

 

<igRibbon:GalleryItem Text="Hello5" />

 

 

 

 

<igRibbon:GalleryItem Text="Hello6" />

 

 

 

 

<igRibbon:GalleryItem Text="Hello7" />

 

 

 

 

<igRibbon:GalleryItem Text="Hello8" />

 

 

 

 

<igRibbon:GalleryItem Text="Hello9" />

 

 

 

 

<igRibbon:GalleryItem Text="Hello10" />

 

 

 

 

<igRibbon:GalleryItem Text="Hello11" />

 

 

 

 

<igRibbon:GalleryItem Text="Hello12" />

 

 

 

 

<igRibbon:GalleryItem Text="Hello13" />

 

 

 

 

<igRibbon:GalleryItem Text="Hello14" />

 

 

 

 

<igRibbon:GalleryItem Text="Hello15" />

 

 

 

 

</igRibbon:GalleryTool>

 

 

 

 

</igRibbon:MenuTool>

 

 

 

 

 

</igRibbon:XamWebRibbonGroup>