When using UltraWinTree, if the Node text is not all completely viewable, on mouse over there pops up a yellow tooltip-looking box displaying the entire text of the Node (Same with the UltraWinGrid Column Header Captions)... is there any way to turn this off?
I just perform auto resize with my grid and it is working wonderfully, but I don't want to change the size of the panel that my UltraWinTree lives in just to accomodate the text of the longest node.
I'd like to prevent these popups from showing at all...
*EDIT* My goof...Missed a property. For anyone interested:
.Nodes.Override.TipStyleNode = TipStyleNode.Hide