Page 1 of 1

Left=0

Posted: 30 Jan 2017, 10:41
by Mex
Hallo!

Lange nicht gesehen! :)


I think I found a bug in ComboBox.

1) Place CB on form with Left=0, Top>0
2) Run application - CB Top is changed to 0

When CB is inside PictureBox, then Top pos is not changed on launch, but when you open dropdown, CB "jumps" to top 0.


Regards
Meelis

Re: Left=0

Posted: 31 Jan 2017, 20:33
by TiKu
Hi,

Interesting bug. I can confirm it. Seems like you can work around it by setting Top in the Form_Load event.

Regards
TiKu