| [news.eclipse.platform.swt] Re: Combo with a very long text |
I don't found a feature who can provide to size the popup.
I don't think you can control that in the NativeCombo. My best idea would be to test if CCombo provides this feature and if not out of the box you can copy the code and adjust the created SWT-List-Widget used there.
Tom
Naiekko schrieb:Hi,
I use a ComboViewer and I have an input with a very long text. The combo popup selection is wide enough to show the entire text and exceed the borders of the view where the combo sits in.
I want the combo popup have the same size of the combo with vertical and horizontal scrollbar to show the text. How I can do that?
Thanks in advance.