Can I configure the columns in a table tree in ivyScript so that I can hide or move columns by name or ID?

asked 02.04.2012 at 11:31

Thomas%20Kohler's gravatar image

Thomas Kohler
(suspended)
accept rate: 0%


You can easily get columns and manipulate them:

ULCTableTreeColumn column = panel.myTableTree.getColumnModel().getColumn(int columnIndex)
column.setPreferredWidth(int preferredWidth)
column.setMaxWidth(int maxWidth)
column.setMinWidth(int minWidth)
column.setModelIndex(int modelIndex)
link

answered 10.04.2012 at 10:06

Flavio%20Sadeghi's gravatar image

Flavio Sadeghi ♦♦
(suspended)
accept rate: 75%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×40
×12

Asked: 02.04.2012 at 11:31

Seen: 1,752 times

Last updated: 02.04.2012 at 11:31