Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Center Form
Mon, Mar 12 2018 8:43 PMPermanent Link

KimHJ

Comca Systems, Inc

Is there anyway to center the form horizontal in the web browser.
Thanks,
Kim
Mon, Mar 12 2018 9:06 PMPermanent Link

Frederick Chin

KimHJ wrote:

/*
Is there anyway to center the form horizontal in the web browser.
*/

Layout.Position:=lpCenter;

--
Frederick
Tue, Mar 13 2018 10:29 AMPermanent Link

KimHJ

Comca Systems, Inc

Frederick Chin wrote:

>>Layout.Position:=lpCenter; <<

For some reason I thought it was for something else, lpTopCenter worked for me.

Thanks,
Kim
Tue, Mar 13 2018 11:46 AMPermanent Link

Matthew Jones

KimHJ wrote:

> lpTopCenter

Worth noting that you can use the margins to keep it "a bit down" from the top. Might look nicer.

--

Matthew Jones
Image