Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Enabling word wrapping will not cause tree items to adjust in height. If you need to fit more text, use the ItemHeight or DefHeight properties.

Example

Code Block
// Enable word wrapping, but increase the height first 
Set_Property(@Window:".OLE_TREE", "OLE.ItemHeight[All]", 48) 
Set_Property(@Window:".OLE_TREE", "OLE.DefHeight", 48) 
Set_Property(@Window:".OLE_TREE", "OLE.WordWrap", 1)