Hi I've a tablelayoutpanel and I'm binding controls to it dynamically. When the item count exceeds the height of panel obviously vertical scroll bar appearing there is no problem.
But the same time horizontal scroll bar is also appearing even the items width is less than the width of panel. How can i prevent this?