0

I have listBox and dataGridView in tableLayoutPanel. In editor their sizes looks same, but when I start application listBox height less then dataGridView. Both elements's dock property set to Fill.

In editor: enter image description here

In fact: enter image description here

How can I fix it?

Shisui
  • 111
  • 4

1 Answers1

0

Try setting the IntegralHeight property on the listbox to false

— @500-InternalServerError

Shisui
  • 111
  • 4