Hi,
We implemented dropdownvalidate in one column of grid and found that the row height increased a little bit. Looks like this is caused by the font size of the value selected in that cell. How can we change the dropdown size? valuelist.Appearance.FontData.SizeInPoints and column.CellAppearance.FontData.SizeInPoints don't seem to work.
Xiaojun
Hi Xiaojun ,
I don't understand what you mean. If you have a ValueList in a cell, it might make the row height a little bigger to accomadate the dropdown button. But there should not be any difference between DropDown, DropDownList, or DropDownValidate Styles of the column.
The minimum height of a row might change based on the font being used by the cells in that row. But unless you specifically set the font on your ValueList or UltraDropDown (whichever one you are using), then it will use the same font as the grid by default.
Hi Mike,
Yes all dropdown controls have same stylies. The cause is the size of the drop down button, which is a little bit bigger than ultracomboeditor i used before. i didn't find ways to change that.
Row height is determined by both text font and control size, whatever is bigger. That is why there is extra space between text and buttom grid line in a row.