Table View Form Left Justified

Is there a way to ensure a form defined as Table View you can get the rows displayed in the centre of the form as opposed to starting on the left edge ?

For example I have a Header much wider than the rows displayed leaving alot of empty space to the right of the form as the data displays from the left edge of the form.

Hi,

You need to put a Left and Right anchor on the field you want to resize with the with of the form.

Hope this helps.

Tried changing the anchors on all fields in the Body where the Table view data is displayed to various anchor combinations and not one change had any affect.

Its not about resizing but when the form loads the data is displayed from the left edge of the form and not in the centre of the form or at a position I’d like. For example I have 4 small fields which I’d like to be displayed in a table (table view) within the centre of the Body of the form.

The form has a Header, Body and Footer.

With the list view the fields are displayed where you have them arranged but with the table view it constructs the table and displays it automatically from the left hand side of the form.

Sorry but am I missing the obvious ?

Hi,

No you have no control over where you put the fields other than the order. The Table view handles everthing for you.
If you want more control I suggest you use a listview.

If you really need this you could use a main form in record view a place a small tabpanel containing your table view form in the middle, it looks like an overkill to me but you should get the desired result, or sort of.

Cheers