This is a migrated thread and some comments may be shown as answers.

Hierarchical grid view - how to manage column offset

1 Answer 77 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Raymond
Top achievements
Rank 1
Raymond asked on 05 Nov 2010, 03:17 PM

Hi,

As in topic ... How to manage column size offset ?

Please take a look into attached screen shot, I've marked offsets I'd like to modify with a blue arrows.

Regards.

1 Answer, 1 is accepted

Sort by
0
Accepted
Richard Slade
Top achievements
Rank 2
answered on 05 Nov 2010, 03:48 PM
Hi, 

You can pad everything (in one go) over by using the Padding property of the TableElement. 
For example: 
Me.GridView.TableElement.Padding = New Padding(50, 0, 0, 0)

Is this what you wish to do? 
Richard
Tags
GridView
Asked by
Raymond
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
Share this question
or