J
John Dann
I've got a slightly busy form where a DataGridView control is giving
me problems.
The basic set-up is that the form has a StatusStrip control with Dock
= Bottom. The rest of the form area (other than main menu) is taken up
with a TabControl with Dock = Fill.
The DataGridView is located on one of the tab pages. I want the
StatusStrip to be visible at all times, ie whichever tab page is
currently displayed, and this is indeed what seems to happen.
But the problem is that when the DGV has more columns than will fit
within the tab page, there's no horizontal scroll bar visible. I can't
really see whether it's not there or it is there but hidden beneath
the StatusStrip. (The DGV does have Scrollbars = Both) I've tried
setting the DGV Dock to Fill or Top but it makes no difference.
Have I mis-set some other property of the DGV or is there some other
change that needs to be made to make the combination of controls work
as I want?
me problems.
The basic set-up is that the form has a StatusStrip control with Dock
= Bottom. The rest of the form area (other than main menu) is taken up
with a TabControl with Dock = Fill.
The DataGridView is located on one of the tab pages. I want the
StatusStrip to be visible at all times, ie whichever tab page is
currently displayed, and this is indeed what seems to happen.
But the problem is that when the DGV has more columns than will fit
within the tab page, there's no horizontal scroll bar visible. I can't
really see whether it's not there or it is there but hidden beneath
the StatusStrip. (The DGV does have Scrollbars = Both) I've tried
setting the DGV Dock to Fill or Top but it makes no difference.
Have I mis-set some other property of the DGV or is there some other
change that needs to be made to make the combination of controls work
as I want?