G
geronimi
I want a tooltip (in an item in a datagrid) to stay for more then 5
seconds (standard) visible, Do I have to write my own Toolip or can I
change a setting somewhere to increase the tooltip visible time?
during databound of the grid, I search for the cell where i want a
tooltip:
cell.ToolTip = "tooltip text";
Can I get the real Tooltip object here and set the time?
If it is not possible? Anybody some tips? making tooltip with java,
...........
seconds (standard) visible, Do I have to write my own Toolip or can I
change a setting somewhere to increase the tooltip visible time?
during databound of the grid, I search for the cell where i want a
tooltip:
cell.ToolTip = "tooltip text";
Can I get the real Tooltip object here and set the time?
If it is not possible? Anybody some tips? making tooltip with java,
...........