Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Elegant Ribbon Tech Support » Gallery "ItemsInRowCount" wrong? Collapse All
Subject Author Date
Gunter Avenius Jul 20, 2008 - 4:52 AM

Hello,


Elegant Ribbon 3.0, vb2005


I create a Gallary Control like this:   



With Me.Gallery1
....
	 .MaximumItemsInRowCount = 1
	 .MinimumItemsInRowCount = 1
	 .PopupMinimumItemsInRowCount = 1
End With


And add three Items


The Gallery show like this:


Item

Item

Item

When i add a Button to the Gallery Control the Gallery show like this:


Item Item Item

Button


I want to see:


Item

Item

Item

Button


Whats wrong?


Thanks

Gunter

Gunter Avenius Jul 21, 2008 - 11:54 AM

Hello Support Team,


Thanks!


Gunter

Technical Support Jul 21, 2008 - 11:14 AM

Dear Gunter,

We have checked this out and reproduced the issue. It happens when button width is greater than gallery item width more than two times. We will fix this in the next version. Meanwhile you can bypass this by increasing gallery item width.