Hi,
I am running a Visual Basic 6.0 application that uses the Data Widgets Components version 3.13 on a Windows XP computer.
I have an SSOleDBGrid with a column bound to an SSOleDBDropDown. My problem is that the dropdown list displays a maximum of 25 characters but when selected the value displayed in the column of the grid displays the full text.
The value displayed in the list is circled in red and the one displayed in the column is in green
What property of the dropdown should be set to allow the whole text to be displayed in the list?
Thank you
Martin
This is not a response to the above but a new problem.
Why does the mouse wheel work on datagrid but not on datacombo?
These controls haven't been supported in over ten years and even longer since they have been updated. I am not sure on the answer to the question though if that behavior is present in the latest version of the control available, to resolve it you would be best off replacing the control with one that does work or rewriting the application in .NET. If you do rewrite the application in .NET our Windows Forms or WPF controls will allow you to use the mouse wheel without issue.