﻿<?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, 'look ahead'</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Sun, 20 Sep 2026 20:27:46 GMT</lastBuildDate><ttl>20</ttl><item><title>ComboBox, 'look ahead'</title><link>http://forum.strataframe.net/FindPost13740.aspx</link><description>I'm wondering if it's possible to use a bound combobox where when the user starts to type in a value, it will zero in on the list values.&amp;nbsp; Currently, the only first character is matches, but I'd like to be able to type in the first character of a list item, then the second, then the next, etc.&amp;nbsp; This would then narrow down the list so I can beteer locate what I'm after.&amp;nbsp; This would obviously be for large lists.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Fred</description><pubDate>Sun, 27 Jan 2008 09:54:05 GMT</pubDate><dc:creator>fseider</dc:creator></item><item><title>RE: ComboBox, 'look ahead'</title><link>http://forum.strataframe.net/FindPost13743.aspx</link><description>It sounds as though you are referring to incremental search.&amp;nbsp; Our combo does not provide any additional functionality past the standard .NET combo.&amp;nbsp; However, if you are using the combo as a ComboBox instead of a DropDownList, then this type of behavior is similar to what you are looking for (though no quite there :)).&amp;nbsp; You may want to look at the AutoComplete options of the ComboBox as this might get you closer to what you are trying to do.&amp;nbsp; Hope this helps :)</description><pubDate>Sun, 27 Jan 2008 09:54:05 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>