Notifications
Clear all

[Closed] little question : dotNet comboBox

I tried few thing in dotnetCombobox to make the cbbox item height not to height when it contain many item, such as

ItemHeight
DropDownHeight


	on dt_cbbox DropDown do
 	(
 		dt_cbbox.ItemHeight=10
	)

but didnt avail, so , how to make dotNet combobox height not to height when it dropdown ed…?

Thanks

2 Replies
 lo1
on <yourRollout> open do
(
    <yourComboBox>.DropDownHeight = <heightInPixels>
)

Thanks Mr.Lo, I wonder why my post took so long to post, I m waited for two days to see my post posted. Im sure im already try this , why my earlier way didnt work tho. anyway thanks Mr.lo