cancel
Showing results for 
Search instead for 
Did you mean: 

Changing height of a row in a table control

Former Member
0 Kudos

Hi all,

I have developed a webdynpro application in which i am using a table control in the view. Can anyone tell me how can i change the height of a row in the table control?

thanx in advance

anuradha

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Thanx for the reply.I want to change the height of a row.The visbleRowCount property defines the no. of rows to be displayed and so it does change the height but,the requirement is to change the row height to a specific value.

Can you help me with this?

thanx

anuradha.

brahmanandam_ausali
Participant
0 Kudos

hi anuradha,

you can set the number of the rows to be displayed, in the table controller properties, so that those many rows will be disaplayed at a time.

to do this.

Go to table controller properties,

mention the integer( number of rows to be displayed ) value in the <b>visiblerowcount</b> property.

if your requirement is not this then let me know.

bye.

Brahmanandam.