cancel
Showing results for 
Search instead for 
Did you mean: 

table view layout

Former Member
0 Kudos

Hi all,

I create a TableView component but I don't know how set fix width of column when the text is over than "n" characters and how set the new height of row.

Someone can help me?

thanks in advance,

Stefano

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can use the following properties to control the width and height.

<htmlb:tableView

id = "tv1"

columnWidth = "80"

width = "800"

visibleRowCount = "10">

Assinn POINTS if it helps

arun