Hey, I'm using the integral parameter of TreeView items to make items that take up more than one line. However, I can't figure out how to access the other line!
Here is all the help doc says:
integral: Indicates how many item-height multiples of blank space to include under the given item. For example, if TreeView items are normally 20 pixels high, an integral of 1 will cause the item to be 40 pixels high. An integral of 2 will cause the item to be 60 pixels high, 3 for 80 pixels, and so on. Most of the time it will be set to 0, however.
I have my integral of 1, however I can't print on the second line. I tried $chr(10) and/or $chr(13) with no success. Here is a screenshot of what it looks like:
Any help?
