﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » Combobox Issue</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 06:24:58 GMT</lastBuildDate><ttl>20</ttl><item><title>Combobox Issue</title><link>http://forum.strataframe.net/FindPost21880.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;i have combobox, that i add a few items to by code when the form loads.&lt;/P&gt;&lt;P&gt;i have bound it to a bo and the bindingproperty: Text, aswell as setting PopulationType to "manual".&lt;/P&gt;&lt;P&gt;i want the user be able to select one of the pre-populated items, or enter text manually. then the bo shall save whatever is in the text-property.&lt;/P&gt;&lt;P&gt;However, after binding the combobox to the bo as described above, it no longer allows manuall text-input and only allows selecting a prepopulated text.&lt;/P&gt;&lt;P&gt;Could not find any property to re-enable manuall input either.&lt;/P&gt;&lt;P&gt;?</description><pubDate>Mon, 09 Feb 2009 11:21:20 GMT</pubDate><dc:creator>Philipp Guntermann</dc:creator></item><item><title>RE: Combobox Issue</title><link>http://forum.strataframe.net/FindPost21882.aspx</link><description>What is the DropDownStyle property set to on the combo box?&amp;nbsp; DropDownList will [i]not[/i] allow text entry, so if it is set to that, change the property to DropDown instead.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Also, if you are wanting to populate the list with the existing items, you'll need to set the PopulationType to BusinessObject and pouplate it with a fill method out of your BO.</description><pubDate>Mon, 09 Feb 2009 11:21:20 GMT</pubDate><dc:creator>Dustin Taylor</dc:creator></item></channel></rss>