This is a migrated thread and some comments may be shown as answers.

Combobox appearance in VS 2012

2 Answers 66 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Hamid
Top achievements
Rank 1
Hamid asked on 15 Jan 2013, 05:52 PM
The dropdown portion of combobox is overriding the textbox part in Visual Studio 2012, in browsers (tried IE and Chrome), while it is normal in Visual studio 2010
What settings need to be tweaked please

Thanks
Hamid

2 Answers, 1 is accepted

Sort by
0
Accepted
MasterChiefMasterChef
Top achievements
Rank 2
answered on 17 Jan 2013, 04:17 PM
Hi Syed,

It seems like your OffsetY value has been changed. When this value is set to zero it should display the dropdown right below the box. To lower the dropdown, simply enter a positive number (try 10) and the dropdown should appear lower than before. 

I have provided a demo that should help you understand the OffsetY component of the RadComboBox:
OffsetY Demo

Good Luck,
Bart
0
Hamid
Top achievements
Rank 1
answered on 17 Jan 2013, 07:02 PM
Thank you Bart

I checked all the comboboxes the offset Y value is 0 but making it 10 solves the problem - only that I will need to do this for all the comboboxes.
This doesn't happen if I use VS 2010

Thanks anyway

Syed
Tags
ComboBox
Asked by
Hamid
Top achievements
Rank 1
Answers by
MasterChiefMasterChef
Top achievements
Rank 2
Hamid
Top achievements
Rank 1
Share this question
or