ComboBox.DropDownWidth
Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Controls
Forum Description: Topics Related to Codejock Controls
URL: http://forum.codejock.com/forum_posts.asp?TID=19085
Printed Date: 07 June 2025 at 10:56pm Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: ComboBox.DropDownWidth
Posted By: BobR
Subject: ComboBox.DropDownWidth
Date Posted: 19 October 2011 at 3:59am
I'm having some issues with the DropDownWidth property on the ComboBox control.
I am trying to make the width of the dropdown portion of the combobox wider than the actual combobox. I have tried to set the actual properties in the properties box and when that didn't produce any difference in the width, I tried modifying it in my code. i.e. ComboBox1.DropDownWidth = 250
I would really appreciate it if anyone could send me a working example project (or just the code portion) that uses the Xtreme Suite Controls ActiveX ComboBox.dropdownwidth property in VB6.
Thanks for any help you can give.
BobR
|
Replies:
Posted By: BobR
Date Posted: 20 October 2011 at 3:33pm
I got it. Boy do I feel stupid... I increased the number to 2500 and got the results I was looking for.
|
Posted By: Xander75
Date Posted: 24 October 2011 at 4:12am
Hi,
I have no problems with using the DropDownWidth in my programs.
Drop a Combobox onto a form and set its width to 1500, then set the DropDownWidth to 3000.This works for me perfectly.
------------- Product: Xtreme SuitePro (ActiveX) v15.3.1 Platform: Windows 7 64-bit (SP1) Professional Edition Languages: C#.Net using Visual Studio 2012 & Visual Basic 6.0 (SP6)
|
|