Questions tagged [autocompletebox]

Represents a control that provides a text box for user input and a drop-down that contains possible matches based on the input in the text box.

The AutoCompleteBox control allows users to select an item from the drop-down to complete their text box input rather than typing the entire entry. The drop-down of the AutoCompleteBox will populate with possible matches once the conditions established by the MinimumPopulateDelay and MinimumPrefixLength are met. To provide items to be filtered and displayed in the drop-down list of the AutoCompleteBox, set the ItemsSource property. The AutoCompleteBox includes several ways to specify what items in the ItemsSource list are displayed in the drop-down. The AutoCompleteBox can be configured to filter items by using predetermined text-based filtering methods or can be configured to use your own custom filtering methods. The default filter mode will match strings that start with the same characters the user enters in the textbox. To change how items are filtered, set the FilterMode property. You can optionally set the TextFilter or ItemFilter properties to change the filter methods. The selection behavior of the drop-down is customizable and is determined by a selection adapter. A selection adapter is a control that typically implements the ISelectionAdapter interface. The default selection adapter is a ListBox control. You can display items in the default selection adapter with a data template by setting the ItemTemplate property. Alternatively, you can use a custom selection adapter in the drop-down portion of the control by creating a new template for the control that contains the custom selection adapter.

159 questions
18
votes
3 answers

Unknown Build Error using WPF Toolkit

I installed the Feb 2010 WPF Toolkit as I'm interested in evaluating the AutoCompleteBox control and I'm having extremely limited success. I can get the control to work, but as soon as I try and set any of it's properties in XAML, I get the…
CatBusStop
  • 3,347
  • 7
  • 42
  • 54
11
votes
2 answers

Creating an autocomplete textbox with dropdown

My Problem: I have a list of 118 chemical element names. And I wish to make a textbox in which as I type it will throw a dropdown menu with suggestion of names. I made this textbox in winforms and it was piece of cake however my efforts of making it…
maran
  • 147
  • 2
  • 7
8
votes
1 answer

Wpf toolkit AutoCompleteBox search on background thread

I'm using WPF toolkit AutoCompleteBox that its itemsSource is a list of milions of objects. Does the AutoCompleteBox use for the searching a background thread and if it doesn't how can I make it to.
Erez
  • 6,405
  • 14
  • 70
  • 124
6
votes
1 answer

ItemTemplate does not affect selected item of AutoCompleteBox

I'm using wpf toolkit AutoCompleteBox and I've set the Item template. The problem : the Items in the pop-up list look great but it didn't take effect on the textbox above (the selected item). XAML:
Erez
  • 6,405
  • 14
  • 70
  • 124
6
votes
3 answers

WPF AutoCompleteBox - How to restrict it choose only from the suggestion list?

I would like to restrict WPF AutoCompleteBox (wpf toolkit control) to select an item only from the suggestion list. It should not allow users to type whatever they want. Can someone suggest me how to implement this? Any sample code is appreciated.
Gopinath
  • 1,858
  • 7
  • 31
  • 50
6
votes
5 answers

Autocomplete Textbox results based from SQL database

I'm trying to create an auto-complete function into a textbox but the result should come from my SQL database. Here's the code that i'm trying to configure: index.php: jQuery…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/php" class="post-tag grid--cell" title="show questions tagged 'php'" rel="tag">php</a> <a href="../../questions/tagged/jquery" class="post-tag grid--cell" title="show questions tagged 'jquery'" rel="tag">jquery</a> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/mysql" class="post-tag grid--cell" title="show questions tagged 'mysql'" rel="tag">mysql</a> <a href="../../questions/tagged/autocompletebox" class="post-tag grid--cell" title="show questions tagged 'autocompletebox'" rel="tag">autocompletebox</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 23 '14 at 02:25">asked Jan 23 '14 at 02:25</time> <a href="../../users/3094531/logan-wayne" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3094531.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Logan Wayne" /> </a> <div class="s-user-card--info"> <a href="../../users/3094531/logan-wayne" class="s-user-card--link">Logan Wayne</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">6,001</li> <li class="s-award-bling s-award-bling__gold" title="16 gold badges">16</li> <li class="s-award-bling s-award-bling__silver" title="31 silver badges">31</li> <li class="s-award-bling s-award-bling__bronze" title="49 bronze badges">49</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-5293297"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>5</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/5293297/autocompletebox-dropdown-width" class="question-hyperlink">AutoCompleteBox Dropdown width</a></h3> <div class="excerpt">Can the width of the dropdown be set to a different value than the AutoCompleteBox itself? </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/silverlight" class="post-tag grid--cell" title="show questions tagged 'silverlight'" rel="tag">silverlight</a> <a href="../../questions/tagged/autocompletebox" class="post-tag grid--cell" title="show questions tagged 'autocompletebox'" rel="tag">autocompletebox</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 13 '11 at 23:36">asked Mar 13 '11 at 23:36</time> <a href="../../users/375814/ebcrypto" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/375814.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="ebcrypto" /> </a> <div class="s-user-card--info"> <a href="../../users/375814/ebcrypto" class="s-user-card--link">ebcrypto</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">610</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="14 silver badge">14</li> <li class="s-award-bling s-award-bling__bronze" title="28 bronze badge">28</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-5141529"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>5</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/5141529/sl4-autocompletebox-repeating-filter-results-issue" class="question-hyperlink">SL4 AutoCompleteBox repeating filter results issue</a></h3> <div class="excerpt">I'm having an issue with the AutoCompleteBox filtering. It seems to be rembering the previous filter. For example I type in 'A' and it returns 1 item. I delete the 'A' and type in 'Z' which should return 1 item. The problem is it returns the…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c#" class="post-tag grid--cell" title="show questions tagged 'c#'" rel="tag">c#</a> <a href="../../questions/tagged/silverlight-4.0" class="post-tag grid--cell" title="show questions tagged 'silverlight-4.0'" rel="tag">silverlight-4.0</a> <a href="../../questions/tagged/autocompletebox" class="post-tag grid--cell" title="show questions tagged 'autocompletebox'" rel="tag">autocompletebox</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Feb 28 '11 at 11:45">asked Feb 28 '11 at 11:45</time> <a href="../../users/637607/steve" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/637607.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Steve" /> </a> <div class="s-user-card--info"> <a href="../../users/637607/steve" class="s-user-card--link">Steve</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">51</li> <li class="s-award-bling s-award-bling__bronze" title="2 bronze badges">2</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-4876395"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>5</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>6</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/4876395/autocompletebox-and-searchtext-clear" class="question-hyperlink">AutoCompleteBox and SearchText Clear</a></h3> <div class="excerpt">I had a problem clearing the SearchText in an MVVM Silverlight application. I could clear clear the SelectedItem and Text but the SearchText was left behind. It is read only and cannot be changed by binding. Example: AutoCompleteBox with a list of…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/silverlight-4.0" class="post-tag grid--cell" title="show questions tagged 'silverlight-4.0'" rel="tag">silverlight-4.0</a> <a href="../../questions/tagged/autocompletebox" class="post-tag grid--cell" title="show questions tagged 'autocompletebox'" rel="tag">autocompletebox</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Feb 02 '11 at 15:36">asked Feb 02 '11 at 15:36</time> <a href="../../users/474612/ezablade" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/474612.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="EzaBlade" /> </a> <div class="s-user-card--info"> <a href="../../users/474612/ezablade" class="s-user-card--link">EzaBlade</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">657</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="9 silver badge">9</li> <li class="s-award-bling s-award-bling__bronze" title="23 bronze badge">23</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-3995116"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>5</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/3995116/silverlight-4-autocompletebox-setting-selecteditem-to-null" class="question-hyperlink">Silverlight 4 AutoCompleteBox, setting SelectedItem to null</a></h3> <div class="excerpt">In the source code of AutoCompleteBox (downloadable from Microsoft) I found the following: /// <summary> /// Called when the selected item is changed, updates the text value /// that is displayed in the text box part. /// </summary> /// <param…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/silverlight-4.0" class="post-tag grid--cell" title="show questions tagged 'silverlight-4.0'" rel="tag">silverlight-4.0</a> <a href="../../questions/tagged/autocompletebox" class="post-tag grid--cell" title="show questions tagged 'autocompletebox'" rel="tag">autocompletebox</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 22 '10 at 08:33">asked Oct 22 '10 at 08:33</time> <a href="../../users/85443/synergetic" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/85443.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="synergetic" /> </a> <div class="s-user-card--info"> <a href="../../users/85443/synergetic" class="s-user-card--link">synergetic</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">7,756</li> <li class="s-award-bling s-award-bling__gold" title="8 gold badges">8</li> <li class="s-award-bling s-award-bling__silver" title="65 silver badges">65</li> <li class="s-award-bling s-award-bling__bronze" title="106 bronze badges">106</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-35864545"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>5</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/35864545/awesomplete-get-selected-text" class="question-hyperlink">Awesomplete - get selected text</a></h3> <div class="excerpt">Is there a straightforward way to get the text in an awesomplete field (https://leaverou.github.io/awesomplete/)? var input = document.getElementById("inputlist"); alert(input.value); shows NaN! </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/autocomplete" class="post-tag grid--cell" title="show questions tagged 'autocomplete'" rel="tag">autocomplete</a> <a href="../../questions/tagged/autocompletebox" class="post-tag grid--cell" title="show questions tagged 'autocompletebox'" rel="tag">autocompletebox</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 08 '16 at 10:13">asked Mar 08 '16 at 10:13</time> <a href="../../users/3169868/s-s" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3169868.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="S_S" /> </a> <div class="s-user-card--info"> <a href="../../users/3169868/s-s" class="s-user-card--link">S_S</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,276</li> <li class="s-award-bling s-award-bling__gold" title="4 gold badges">4</li> <li class="s-award-bling s-award-bling__silver" title="24 silver badges">24</li> <li class="s-award-bling s-award-bling__bronze" title="47 bronze badges">47</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-11659215"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>5</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/11659215/ie-bug-autocomplete-box-position-in-iframe" class="question-hyperlink">IE bug, autocomplete box position in iframe</a></h3> <div class="excerpt">After a few hours' of google search, i found that there is autocomplete box bug since almost 10 years ago, until now, on IE9 the bug is still there. problem: when i have an input:text inside iframe, there are positioning bug of the autocomplete box…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/internet-explorer" class="post-tag grid--cell" title="show questions tagged 'internet-explorer'" rel="tag">internet-explorer</a> <a href="../../questions/tagged/iframe" class="post-tag grid--cell" title="show questions tagged 'iframe'" rel="tag">iframe</a> <a href="../../questions/tagged/textbox" class="post-tag grid--cell" title="show questions tagged 'textbox'" rel="tag">textbox</a> <a href="../../questions/tagged/autocompletebox" class="post-tag grid--cell" title="show questions tagged 'autocompletebox'" rel="tag">autocompletebox</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jul 25 '12 at 21:53">asked Jul 25 '12 at 21:53</time> <a href="../../users/1387607/user1387607" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1387607.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="user1387607" /> </a> <div class="s-user-card--info"> <a href="../../users/1387607/user1387607" class="s-user-card--link">user1387607</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">91</li> <li class="s-award-bling s-award-bling__bronze" title="4 bronze badges">4</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-8488968"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>4</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/8488968/silverlight-5-autocompletebox-bug" class="question-hyperlink">Silverlight 5 + AutoCompleteBox = Bug</a></h3> <div class="excerpt">Just installed SL5 and the toolkit, that were released few days ago. The bug happens when you set the Text property of the AutoCompleteBox to string.Empty. It causes the AutoCompleteBox to be in a buggy state. To reproduce the bug: add an…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/autocomplete" class="post-tag grid--cell" title="show questions tagged 'autocomplete'" rel="tag">autocomplete</a> <a href="../../questions/tagged/silverlight-toolkit" class="post-tag grid--cell" title="show questions tagged 'silverlight-toolkit'" rel="tag">silverlight-toolkit</a> <a href="../../questions/tagged/silverlight-5.0" class="post-tag grid--cell" title="show questions tagged 'silverlight-5.0'" rel="tag">silverlight-5.0</a> <a href="../../questions/tagged/autocompletebox" class="post-tag grid--cell" title="show questions tagged 'autocompletebox'" rel="tag">autocompletebox</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Dec 13 '11 at 12:07">asked Dec 13 '11 at 12:07</time> <a href="../../users/412992/yaron-levi" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/412992.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Yaron Levi" /> </a> <div class="s-user-card--info"> <a href="../../users/412992/yaron-levi" class="s-user-card--link">Yaron Levi</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">12,535</li> <li class="s-award-bling s-award-bling__gold" title="16 gold badges">16</li> <li class="s-award-bling s-award-bling__silver" title="69 silver badges">69</li> <li class="s-award-bling s-award-bling__bronze" title="118 bronze badges">118</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-8440984"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>4</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/8440984/autocompletecombobox-arrow-up-arrow-down-keys-to-scroll-list" class="question-hyperlink">AutoCompleteComboBox Arrow Up/Arrow Down keys to scroll list</a></h3> <div class="excerpt">I created a simple AutoCompleteBox in my WPF app and it loads great with code intercepting the Populate event, but when the list pops up and I hit the arrow down key and get to the end of the list the vertical scroll bar doesn't scroll. The values…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c#" class="post-tag grid--cell" title="show questions tagged 'c#'" rel="tag">c#</a> <a href="../../questions/tagged/wpf" class="post-tag grid--cell" title="show questions tagged 'wpf'" rel="tag">wpf</a> <a href="../../questions/tagged/drop-down-menu" class="post-tag grid--cell" title="show questions tagged 'drop-down-menu'" rel="tag">drop-down-menu</a> <a href="../../questions/tagged/scrollbar" class="post-tag grid--cell" title="show questions tagged 'scrollbar'" rel="tag">scrollbar</a> <a href="../../questions/tagged/autocompletebox" class="post-tag grid--cell" title="show questions tagged 'autocompletebox'" rel="tag">autocompletebox</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Dec 09 '11 at 04:15">asked Dec 09 '11 at 04:15</time> <a href="../../users/1089031/thedoke" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1089031.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="theDoke" /> </a> <div class="s-user-card--info"> <a href="../../users/1089031/thedoke" class="s-user-card--link">theDoke</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">553</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="7 silver badge">7</li> <li class="s-award-bling s-award-bling__bronze" title="18 bronze badge">18</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-6892112"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>4</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/6892112/set-the-maximum-character-length-of-autocompletebox-c-wpf" class="question-hyperlink">Set the maximum character length of AutoCompleteBox C# WPF</a></h3> <div class="excerpt">I am currently developing a C# WPF application. I am using the AutoCompleteBox control and I want to limit the user to only enter a limited number of characters, i.e. only be able to enter 10 characters in the autocompletebox. I know on a normal…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c#" class="post-tag grid--cell" title="show questions tagged 'c#'" rel="tag">c#</a> <a href="../../questions/tagged/wpf" class="post-tag grid--cell" title="show questions tagged 'wpf'" rel="tag">wpf</a> <a href="../../questions/tagged/autocompletebox" class="post-tag grid--cell" title="show questions tagged 'autocompletebox'" rel="tag">autocompletebox</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jul 31 '11 at 20:29">asked Jul 31 '11 at 20:29</time> <a href="../../users/499448/boardy" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/499448.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Boardy" /> </a> <div class="s-user-card--info"> <a href="../../users/499448/boardy" class="s-user-card--link">Boardy</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">35,417</li> <li class="s-award-bling s-award-bling__gold" title="104 gold badges">104</li> <li class="s-award-bling s-award-bling__silver" title="256 silver badges">256</li> <li class="s-award-bling s-award-bling__bronze" title="447 bronze badges">447</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <div class="s-pagination--item is-selected">1</div> <a class="s-pagination--item" href="../../questions/tagged/autocompletebox_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/autocompletebox_page=3" rel="" title="Go to page 3">3</a> <div class="s-pagination--item s-pagination--item__clear">…</div> <a class="s-pagination--item" href="../../questions/tagged/autocompletebox_page=10" rel="" title="Go to page 10">10</a> <a class="s-pagination--item" href="../../questions/tagged/autocompletebox_page=11" rel="" title="Go to page 11">11</a> <a class="s-pagination--item" href="../../questions/tagged/autocompletebox_page=2" rel="next" title="Go to page 2"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>