Hello,
I am really having serious problems to set up a very simple column layout for an ultra tree.
I personally think the layout settings are too fragile!
Here is what I am trying to do:
5 columns whose width fills the whole tree's width:
column 1: fixed width: 16
column 2: takes all remaining space
column 3: chaptered invisible column
column 4: fixed width: 20
column 5: fixed width: 20
column 1 & 2 share a header (label), so the headers of column 1 and 2 are merged.
I can only get this to show correctly by playing around with the preferred label size of column 1. Setting it to 99999 will show everything as I want it to be in the layout designer. Rebuilding the project will destroy everything and does some stupid rearranging of my columns and my layout breaks apart.
Show me a way to create an indestructible (by design) layout for my tree please.
Another thing is that I want my columns to show only images and no text. I cant figure out how to turn off Text (or Key if no Text is set). My work around is setting the text to " ".Is this possible?
Blue
I will be happy to assist you with your request.
I have attached a sample that demonstrates how to perform what you've described here in your post. Please look over the sample and let me know if you have any questions.
Hello Jose,
not bad, but could you also modify it so that column 1 & 2 headers are merged. Actually that is what's not working correctly for me.