Hi
Today I upgrade my website from 9.1.20091.2087 to 9.1.20091.2101. There is an issue for setting max height. Previously it takes max height only when the items bound more than 8. For less than 8 it exactly takes its container height. But after upgradation it takes maximum height always. Why this change occurs? Existing working code is fine before. I need immediate help in this regard.
="Bounce"
="139px"
="Office2007Blue">
/>
>
Thanks
Sridhar
Hi Sridhar,
This is not related to the DropDownContainerMaxHeight, but the DropDownContainerHeight property. It's default value is 200px, if you want it to grow relative to items size, you should set it to 0px, i.e.:
DropDownContainerHeight="0px".
Previously, it was always assumed that height is defined by the total number of items.
Thanks,
Angel
Thats fine. Now working.
Thanks.