﻿<?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?)  » AutoCompleteMode and AutoCompleteSource</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 09:06:13 GMT</lastBuildDate><ttl>20</ttl><item><title>AutoCompleteMode and AutoCompleteSource</title><link>http://forum.strataframe.net/FindPost24267.aspx</link><description>i have assigned the &lt;STRONG&gt;AutoCompleteSource&lt;/STRONG&gt; and AutoCompleteMode&amp;nbsp; property to a combobox. Now i have clicked on the dropdown the list is populated. Type some text and see the there are three suggested items populated also the drop down is populated all the listitems behind. now if i select one of the value so it is not selected because the item selected is from the list populated on the dropdown click.</description><pubDate>Tue, 25 Aug 2009 08:17:53 GMT</pubDate><dc:creator>Anupam Shukla</dc:creator></item><item><title>RE: AutoCompleteMode and AutoCompleteSource</title><link>http://forum.strataframe.net/FindPost24295.aspx</link><description>Anupam,&lt;br&gt;
&lt;br&gt;
This portion of an SF combo is no different than standard .NET functionality as the SF combo actually inherits from the .NET combobox.  So the standard .NET help may be useful to learn how the combo works in regards to autocomplete and a data source.&lt;br&gt;
&lt;br&gt;
If I understand you correctly you are just wanting to have a populated combo that take into account the auto-complete, which is obviously more than doable and should not be difficult to implement.  If you continue to have issues, you are welcome to post a small sample so that we can see what you are doing which may help us get you going more quickly.  Thanks. :)</description><pubDate>Tue, 25 Aug 2009 08:17:53 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: AutoCompleteMode and AutoCompleteSource</title><link>http://forum.strataframe.net/FindPost24294.aspx</link><description>i have set both but there is issue.</description><pubDate>Tue, 25 Aug 2009 04:59:03 GMT</pubDate><dc:creator>Anupam Shukla</dc:creator></item><item><title>RE: AutoCompleteMode and AutoCompleteSource</title><link>http://forum.strataframe.net/FindPost24268.aspx</link><description>Hi Anupam, and welcome to the forums.&lt;br&gt;
&lt;br&gt;
Make sure to setup these combobox's properties as follow:&lt;br&gt;
1.- AutoCompleteMode = SuggestAppend (or whatever suits your needs)&lt;br&gt;
2.- AutoCompleteSource = ListItems (I believe this is what you are missing) :P</description><pubDate>Mon, 24 Aug 2009 08:29:35 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item></channel></rss>