I have a RadDateTimePicker control that is located to the right of a RadTextBox. The default height of a RadTextBox is 20 and the default height of a RadDateTimePicker control is 22. There's also a discrepancy in heights with the combobox, the default height for it is 19. The difference in heights although small is very noticeable when the controls are arranged horizontally.
I can change the height of the combo box to match a text box and so I can get it to match. However, when I reduce the Height of a DateTimePicker to 20 (after setting AutoSize to false), it looks funny. Worse, when I run the application, the height of a RadDateTimePicker seems to be reset to 22 no matter what I've tried to do.
I know that the control height is a function of the control font. I tried reducing the font of the date time picker and that does get the control heights to match. However, mixing fonts across controls looks worse than the size discrepancy.
Are there any good workarounds for this so that I can get the RadDateTimePicker height to match the text and combo boxes?
Thanks,
Richard
I can change the height of the combo box to match a text box and so I can get it to match. However, when I reduce the Height of a DateTimePicker to 20 (after setting AutoSize to false), it looks funny. Worse, when I run the application, the height of a RadDateTimePicker seems to be reset to 22 no matter what I've tried to do.
I know that the control height is a function of the control font. I tried reducing the font of the date time picker and that does get the control heights to match. However, mixing fonts across controls looks worse than the size discrepancy.
Are there any good workarounds for this so that I can get the RadDateTimePicker height to match the text and combo boxes?
Thanks,
Richard