Is it possible to dock a grid to a ribbon. I've currently got a grid positioned so it appears as though it's on the ribbon, but that doesn't quite satisfy the requirement.
Thanks,Ken
You could add a panel to the form on which the ribbon appears and dock the panel to the top, then dock the grid in the panel with DockStyle.Fill.
Thanks for the response, Brian. At the moment I've got the grid on the form positioned where the ribbon is located. When the ribbon is in its normal state, everything looks kosher. If you collapse the ribbon, the grid is just kind of hanging out in space.
Ken