W
wxu3295
Hi, All
I am having a problem about the size of the combo box list.
In the combobox, there are 2 columns - id and description.
The description column contains a paragraph long text.
However, in the default size of the list won't show all the text.
There are 2 ideas that come up can solve this problem.
One is to create a tooltip for the combo box list item. When the mouse
hover over the item on the list, it shows the whole description in a
tooltips.
The other one is to change the height of the list item so it will show
all the text in the list.
Does anyone have any recommendation on this idea? Which way should i
use?
Or is there any other better ideas than the 2 above?
Thanks
I am having a problem about the size of the combo box list.
In the combobox, there are 2 columns - id and description.
The description column contains a paragraph long text.
However, in the default size of the list won't show all the text.
There are 2 ideas that come up can solve this problem.
One is to create a tooltip for the combo box list item. When the mouse
hover over the item on the list, it shows the whole description in a
tooltips.
The other one is to change the height of the list item so it will show
all the text in the list.
Does anyone have any recommendation on this idea? Which way should i
use?
Or is there any other better ideas than the 2 above?
Thanks