tags:

views:

576

answers:

0

I have a DataGridView in my application (C# 2.0). Data binding technique used to populate data.I just dock the grid control with parant form.I used to specify the width of the column.I don't want autofill property.I am using custom datagridview.

Problem :- I want to align the columns centerly.Just like the print preview page. I want to arrange not the datas with in the column but the whole columns.

How can I implement this?

Can any one help me?