Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Increase the height of a row in af:tree

PamelaNov 14 2017 — edited Nov 15 2017

Hello,

By increasing the size of the output text in the nodes I made the following:

pastedImage_0.png

However the row selection and the lines continue to be small and I need row selection.

This post has been answered by Panagiotis Konstantinidis on Nov 14 2017
Jump to Answer

Comments

Panagiotis Konstantinidis
Answer

Hi Pamela,

Have your tried increasing the nodes text through skinning?

You could apply the following in your adf skin:

af|tree::node-stamp-text, af|tree::data-row:selected af|tree::node-stamp-text{

    font-size: x-large;

}

Regards

Marked as Answer by Pamela · Sep 27 2020
Amaan Junaid

Hi,

Try using this in the column of your table.

inlineStyle="line-height:40px;"

AJ

Pamela

It works great thanks!

Pamela

Perfect thanks!

1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 13 2017
Added on Nov 14 2017
4 comments
393 views