cancel
Showing results for 
Search instead for 
Did you mean: 

how want to place a group in middle of view while displayingp?

Former Member
0 Kudos

hi i want to place a group of ui elements in middle of screen how can i ?

pls help me ...

im placing my sample screen

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

hi im getting in the middle at top position only..

i want it in middle of screen ...

pls help me

Former Member
0 Kudos

Hi,

In your Transparent Container

1. Add InvisibleElement - Matrix Head Data - give the height as much gap you want to leave

2. Add another transparent container - Matrix Head Data. ( This will make your TCO to move down the screen )

3. To move this TCO to the right, follow the steps suggested by ppl above.

Former Member
0 Kudos

Hi,

In your Transparent Container

1. Add InvisibleElement - Matrix Head Data - give the height as much gap you want to leave

2. Add another transparent container - Matrix Head Data. ( This will make your TCO to move down the screen )

3. To move this TCO to the right, follow the steps suggested by ppl above.

chengalarayulu
Active Contributor
0 Kudos

1. ROOTUIELEMENTCONTAINER - Enable both StretchedHorizontally & StretchedVertically

2. TCO Properties - Set hAlign as Center and vAlign as Middle.

Former Member
0 Kudos

HII chengalarayulu where can i find TCO's hAlign as Center.... property ?

JanarthananE
Contributor
0 Kudos

Hi Lokeswar,

Yes, exactly there is a option align as center is in property of Transparent Container..

Regards

Jana

chengalarayulu
Active Contributor
0 Kudos

if ROOTUIELEMENTCONTAINER is set as MatrixLayout.. then select TCO.. under TCO properties.. you can find hAlign.. after Events property..

chengalarayulu
Active Contributor
0 Kudos

Lokesh,

-| ROOTUIELEMENTCONTAINER - Matrix layout - Enable StretchedHorizontally.

     -| TCO(TransparentContainer) - Should contain all remaining UI elements inside this

          Set TCO's hAlign as Center....

Now all the UI elements which are nserted inside TCO will be displayed in the center of the view.

former_member282968
Contributor
0 Kudos

Hi Lokeswar,

1.In the ROOTUIELEMENTCONTAINER insert UI element TRANSPARENT CONTAINER or GROUP .

2.Inside the TC or Group you can put  your UI elements.

3.If you want to move the TC or group to different position.There is an option on right click of TC or group to "Move up" .

With regards,