DotNetShoutout - Stories tagged with ListBox
2
Shouts

How to list items in custom format within ListBox and how to customize the ItemsPanel of the ListBox control?

published 513 days, 22 hours, 40 minutes ago posted by dotnetfundadotnetfunda 515 days, 12 hours, 9 minutes ago
Saturday, December 24, 2011 8:26:37 PM GMT Friday, December 23, 2011 6:56:53 AM GMT
In this article, we are going to learn the usage of Listbox controls in Silverlight. ListBox How to list items in custom format within ListBox? In case we want to customize the items in the ListBox, we can follow this approach. (more)
category: Metro | clicked: 7 | comment | | source: www.dotnetfunda.com
tags: ListBox, controls
2
Shouts

Creating a WP7 app: Listbox items of the same width

published 527 days, 6 hours, 54 minutes ago posted by http://timdams.wordpress.com/http://timdams.wordpress.com/ 530 days, 3 hours, 20 minutes ago
Sunday, December 11, 2011 12:12:15 PM GMT Thursday, December 08, 2011 3:46:20 PM GMT
I love databound listboxes in WP7. I do. I really do. However, every time I come to the part of making a nice template for each item (i.e. shiny ugly orange border, etc.) I fail in having items of equal size. How can we solve this?Read on! (more)
category: Metro | clicked: 68 | 1 comment | | source: timdams.wordpress.com
tags: WP7, C#, wp7dev, XAML, ListBox
3
Shouts

Wpf Listbox Image Binding From Db

published 829 days, 16 hours, 58 minutes ago posted by pons_saravananpons_saravanan 830 days, 9 hours, 22 minutes ago
Saturday, February 12, 2011 2:08:32 AM GMT Friday, February 11, 2011 9:44:26 AM GMT
WPF Listbox Binding Images from DB WPF ListBox control is quite different from windows win forms and it has lots of abilities to extend and design. With just ListBox we can design most of the equivalent controls available in ASP.Net data controls section. However the implementation of WPF ListBox is also q... (more)
category: Smart Client | clicked: 8 | comment | | source: www.vbnettutorial.net
tags: Converter, WPF, Binding, ListBox
3
Shouts

Silverlight (and WPF): How to make items stretch horizontally in a ListBox « Mehroz’s Experiments

published 837 days, 21 hours, 45 minutes ago posted by mehrozmehroz 840 days, 4 hours, 49 minutes ago
Thursday, February 03, 2011 9:21:07 PM GMT Tuesday, February 01, 2011 2:17:12 PM GMT
Sometimes we need to use controls like TextBox, TextBlock etc (that set their width automatically depending on content) in a ListBox’s ItemTemplate. If we need to draw Borders or assign Background colors to each such controls then we may end up having non-equal rows. This post describes how to tackle such situation. (more)
category: Metro | clicked: 2 | comment | | source: smehrozalam.wordpress.com
tags: Silverlight, HorizontalContentAlignment, ItemTemplate, WPF, textwrapping, ListBox, DataTemplate
2
Shouts

How to Add/ Remove Item From DropDownList/ ListBox (Using Double Click)

posted by http://cmmaung.myopenid.com/http://cmmaung.myopenid.com/ 873 days, 15 hours, 24 minutes ago
Thursday, December 30, 2010 3:42:30 AM GMT
This post describes how you implement to add or remove ListItem to DropDownList and ListBox. The aim is if we choose the item from DropDownList, this item has been moved to ListBox and If you double click the Item from ListBox, this item will move to DropDownList. (more)
category: Web Dev | clicked: 12 | comment | | source: www.myanmarasp.net
tags: Code Examples, Code snippets, C#, MyanmarASP.NET, ASP .NET, dropdownlist, Ajax, ListBox
4
Shouts

Customize a ListBox Template with Silverlight - John Papa

published 1040 days, 6 hours, 31 minutes ago posted by jantujantu 1041 days, 37 minutes ago
Friday, July 16, 2010 12:35:23 PM GMT Thursday, July 15, 2010 6:29:37 PM GMT
In this episode of Silverlight TV, Adam Kinney discusses how you can completely customize how a control looks and behaves. Adam explains how all Silverlight controls are lookless and that they can be customized using various templates depending on what you want to achieve. Instead of starting with a simple control like a TextBox, he demonstrates the power of templating using a ListBox and its various templates, including the ItemsPanel, ListBoxItem, Data Template, and more (we joke about the multiple nam... (more)
category: UX | clicked: 3 | comment | | source: johnpapa.net
tags: Silverlight, silverlight-tv, Blend, ListBox
5
Shouts

Binding to the selected items of a ListBox (or an another items controls)

posted by jmix90jmix90 1072 days, 5 hours, 14 minutes ago
Monday, June 14, 2010 1:51:58 PM GMT
A problem you often meet when using MVVM is to get the selected items of an items control, especially Listbox. You can easily bind the selected item or the current items but when multi selection comes in the way, it becomes harder because the SelectedItems (with an 's' property is not available to binding). In this article we will discover an easy way to bind yourself with an attached property to the SelectedItems property of the ListBox control. (more)
category: Smart Client | clicked: 4 | comment | | source: blog.lexique-du-net.com
tags: tricks, How-To, WPF, SelectedItems, example, MVVM, M-V-VM, ListBox, Tips, controls
3
Shouts

Alternate Row Color In ListBox In WPF

published 1151 days, 6 hours, 54 minutes ago posted by dotnetsparkdotnetspark 1152 days, 3 hours, 29 minutes ago
Saturday, March 27, 2010 12:11:51 PM GMT Friday, March 26, 2010 3:36:53 PM GMT
In this article we will see how we can make the Alternate Rows of the ListBox Colorful in WPF. (more)
category: Smart Client | clicked: 14 | comment | | source: www.dotnetspark.com
tags: WPF, DotNetSpark, ListBox