cancel
Showing results for 
Search instead for 
Did you mean: 

Group UI Element

Former Member
0 Kudos

Hi experts,

In Group UI Element .Is there any property called ColCount

-


Vijai

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

In Web Dynpro we have a separation of containers and their layout managers. For this reason, the Group container itself does not provide properties like "colCount".

Just assign the layout you need (e.g. GridLayout, MatrixLayout) to the Group and set the needed property values on the Layout object.

Armin

Former Member
0 Kudos

Hi Vijay,

There is a property called <b>layout</b> for your Group UI element.

The colCount is a property related to <b>GridLayout</b> thus when you will select the layout of your Group container to <b>GridLayout</b> you will get the <b>colCount</b> property which you are looking for.

Regards,

Murtuza

Former Member
0 Kudos

Hi

Only in <b>Grid Layout</b> you can use <b>colCount</b>

For more Information <a href="http://help.sap.com/saphelp_nw04/helpdata/en/e7/e0973d64d6910fe10000000a114084/content.htm">Look into this</a>

Regards

Abhijith YS

Former Member
0 Kudos

Hi Abhijith,

can not open Look into this link

-


vijai

Former Member
0 Kudos

hi

Try Again

Regards

Abhijith YS

Former Member
0 Kudos

Hi,

Some of the properties are based on the layout you select.

For grid layout its their.

Regards

Ayyapparaj