A graphical user interface element that allows the user to select one or more items from a list.

learn more… | top users | synonyms

0
votes
0answers
5 views

Select List Item Onclick? or OnSelectedIndexChange

I am trying to make a listbox in razor I can populate it fine with the Listbox For but I need to fire an event when a listbox item is selected... but there is no way for an id or name for a list box.. ...
0
votes
2answers
25 views

Passive View list

Let's say I want to implement Passive View design pattern. I have a view which contains a listbox (which I perhaps will swap with listview or something else in the future). Now, with Passive View one ...
1
vote
0answers
7 views

TinyMCE 4.0 Listbox submenu

I want to create a Listbox with a submenu but I don't know how to make a submenu. The documentation on TinyMCE is crappy so that is why I ask it here. This is my code: editor.addButton('OwnStyling', ...
0
votes
2answers
24 views

Listbox selection “synced”

I jumped on a problem regarding listbox "selection" I already searched some around this topic but i didn't find the answers i am looking for. I'm OO programming and i want to use as less code as ...
0
votes
1answer
23 views

Single Selection in Html.ListBox()

I have a Scenerio to Select single value from the list box, it is possible to disable multiple selection Html.ListBox("Employees",ViewData["Employees"] as SelectList) 2ndly how to show the results ...
0
votes
1answer
13 views

How can I load Skype user information into a ListBox?

So I've been working on this program in VB.NET that grabs users Skype information such as handle, birthday, phone number, etc. But I can't find a way to load a specific users information into a ...
0
votes
0answers
14 views

animated points in Listbox with canvas (silverlight)

I am working on a UserControl in Silverlight. I want Points (Ellipses, AlertMarker). I use a ListBox combined with a canvas to position the Points. Now I need to animate the Points for a simple ...
1
vote
1answer
20 views

MVC Listbox without ListItems

I'm trying to show 2 listboxes one with all the possible choices & other will populate as users select their choices but for some reason I can't add an empty listbox. Here is the code: ...
0
votes
0answers
18 views

MVC-4 Assigning Employees and Manager to Department Scenerio and EF-CodeFirst

I have a Department Table with Fields public class Department { [ScaffoldColumn(false)] public int DepartmentId { get; set; } [Required(ErrorMessage = "*")] ...
0
votes
1answer
27 views

Filter an itemssource of a listbox

i'm working on this example: http://code.msdn.microsoft.com/wpapps/Beginners-for-how-to-use-45690caa i have inserted a new column in the table, called "category" now i need to view in the listbox ...
0
votes
1answer
49 views

MVVM Light RaisePropertyChanged

I am not able to get the UI to respond to RaisePropertyChanged for some reason. Well stuck. CurrentClient is the part not firing to the UI. Really strange. Hopefully someone can help me out. Thanks ...
0
votes
1answer
23 views

WPF Relative source- Cannot find source for binding with reference

have you ever have a problem like this: System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='System.Windows.Controls.UserControl', ...
0
votes
0answers
11 views

Why SelectedItem is not working on ListBox when I click ComboBox in it?

Why SelectedItem is not working on ListBox when I click ComboBox in it, below the code: <ListBox SelectedItem="{Binding SelectedOperationOnVolume}> <ListBox.ItemTemplate> ...
0
votes
1answer
48 views

More highlighted items in a listbox

I have been dealing with a quite unique problem. I have a ListBox, in which data are put. Simple strings, nothing extreme. But, the user chooses what the data will be and he can and two different ...
0
votes
1answer
16 views

ListBox with extended selection mode, bring selected in view

I am writing this only to help others who might face the same issue. I have a list box with selection mode set to extended. In a certain user story of my app I needed to deselect all selected items, ...
1
vote
1answer
26 views

Populating a ListBox (WPF) with an ObservableCollection

I've perused all the related questions on this site, but for some reason I'm not able to populate my two ListBoxes with two ObservableCollections. Is the issue with my binding or somewhere in the ...
0
votes
0answers
5 views

GXT ListBox title

How to set title for the ListBox? For example, when I create new TextField I set it this way: final TextField<String> name = new TextField<String>(); name.setFieldLabel("Name");
1
vote
0answers
10 views

listbox loading issue in windows phone

I have one listbox in XAML and i am binging some data with this litbox.like bellow lstsumitedreport = new ObservableCollection<ClsGetSubmittedReport>(); if ...
3
votes
5answers
56 views

ListBox.Contains does not work as expected

i have 2 errors in my code and can not figure out how to solve this. This is my code: private void add_button_Click(object sender, EventArgs e)` { try { if ...
0
votes
4answers
55 views

c# Is there a option to filter a listbox

I want to know if there is a possibility to filter a listbox. I mean it in such a way that is i add an item and the name is already in the listbox that you get a messagebox.show that tells you"Item ...
0
votes
2answers
27 views

Listbox ItemTemplate not rendering correctly

I have a listbox as defined below. Any idea what I need to do to get the border to display? Currently it looks like: When it should look like: <ListBox Grid.Row="1" ...
1
vote
3answers
80 views

How To Disable Selected Item In List Box

I have a ListBox in my WinForms application and I want to disable some items on that list, for example if I right click on an item , it gets disabled and if I left click on a disabled item it should ...
0
votes
1answer
34 views

Listbox width changes regardless of size of list items

Please see Update at bottom of post I'm writing a WPF app using .Net 4.5 I have a ListBox displaying movie info, the xaml is shown below. <ListBox Margin="10, 5, 10, 10" ...
0
votes
1answer
19 views

WPF ListBox SelectionChanged sporadically not triggered on tablet

I'm trying to use a WPF listbox on a tablet. In a dummy project I just made a listbox with a lot of items and when i select one this item will be showed in a textblock. I have a selectionchanged ...
3
votes
2answers
113 views

ListBox in another ListBox in Firemonkey Style Designer

I want to make a quite complex interface where one ListBox is in another one. First, all elements of ListBox1 get a style "CustomItem" from Style Designer in Firemonkey: Item := ...
0
votes
1answer
27 views

Lost of text color in ListBox on Windows XP

<ListView Grid.Column="0" Width="230" MaxWidth="250" ItemsSource="{Binding FiltredOrders}" SelectedItem="{Binding SelectedOrder}" DisplayMemberPath="StringForListBox" ...
0
votes
2answers
31 views

VBA realtime filter Listbox through Textbox

I would like to filter a Listbox created from a list of values stored in a worksheet depending on text written in a textbox contained in the same userform. My Listbox has 4 or 5 columns (depending on ...
0
votes
1answer
31 views

Getting Listbox Item Index from Button Click

So I'm using a button in the DataTemplate of my Listbox ItemTemplate. Any ideas how I would grab the index of the item of the Listbox from the button click? I can't see to grab the button's parent. ...
0
votes
3answers
39 views

WPF - Highlight one row in ListBox

Im quite new to the WPF, so this may be a simple question. I have ListBox with with defined style, font and whole rest of the stuff. I want to highlight one row there, but the problem is that all ...
0
votes
0answers
20 views

How to achieve Multi Select functionality in ListBox using Ctrl and Space key

We are using ASP.NET application. We have a multi select list box in a web page which contains some values e.g. there are 10 values A,B,C,D,E,F,G,H,I,J in the list box. Using mouse and control key we ...
0
votes
1answer
25 views

asp:Listbox needs to fire an event OnMouseDoubleClick - ASP.NET Framework 4

The project I am working on is in ASP.NET 4. With 4.5, the regular ListBox has an attribute called OnMouseDoubleClick. I was wondering what would be the best way to emulate this functionality using an ...
0
votes
2answers
51 views

Best way to calculate data from a listbox

I want to calculate average etc. on lap data which is stored in a listbox like: XX:XX:XX:XXX but not sure how/what the best approach would be. For example would it be best to put the items in the ...
1
vote
1answer
39 views

Displaying Image in ListBox based on FileName

I am trying to display an Image in a ListBox for each Filetype returned from the database. Below is the code I am using. I think my problem is I am trying to pass a property from the db to ...
1
vote
2answers
53 views

C# - Remove certain files from DirectoryInfo

I have been searching for about an hour now and just can't manage to find a solution to my problem. I'm trying to display all .txt files in a certain direcetory besides the ones ending with ...
0
votes
0answers
11 views

.Net Writeable ListBox Control?

I want to either write a text into ListBox closed field or select an item. Is this possible in standard .Net ListBox control? Thanks..
0
votes
0answers
22 views

WPF How to Select the same Item with two Instances of an Single UserControl?

I have Creatred a WPFusercontrol with Listbox loaded with Images and going to use this in Winforms, Now i can drag and drop this WPF userControl as many times as i need. Here the problem comes, say if ...
0
votes
2answers
23 views

How to display images into another page using navigation query string in windows phone 7?

i'm not able to display the images to another page. The images are taken from json. So i'm trying to pass the image url of the selected item of a listbox into a navigagtion query string.The variable ...
1
vote
2answers
47 views

word vba: paragraph symbols showing in listbox

this is my first post. I don't know why I get para. format symbols showing in my listbox. I added text to a word table, sorted it and transferred to listbox. I tried with different ...
1
vote
2answers
38 views

If an INDEX exist in Listbox in vb.net

I am running a Do Until Loop and its giving the error Index out of range. I am using this code: If Not imgList.Item(i).ToString = Nothing Then but its not working.. Actually this loop (in a private ...
0
votes
1answer
41 views

MySQL - ListMenus/Comboboxes

I am trying to build a dynamic set of comboboxes/listMenus getting data from a MySQL DB. My database has 5 fields, 1st being id and topic, sub_topic, info and url I want to make it so that until ...
0
votes
1answer
80 views

Wpf How to change List box ItemspanelTemplate using Trigger

I need to set the ItemsPanelTemplate property of a listbox based on a dependency property on the control. How do I use the DataTemplateSelector to do that? I have something like: ...
0
votes
2answers
51 views

Align data from database to listbox

I tried to align data in listbox using \t but did'nt works for a data that is long using (SqlConnection myDatabaseConnection = new SqlConnection(myConnectionString.ConnectionString)) { ...
0
votes
1answer
67 views

FileListBox OnComplete event

I need to iterate through the files in a FileListBox and find the longest Filename to set some column widths. I am currently using shFiles.Directory:=shFolders.Directory; aWid:=0; for i:=0 to ...
0
votes
1answer
41 views

Progressbar in ListBox Background?

I have the following Listbox: <ListBox Margin="5" Grid.Column="0" Name="ListboxSelectUpdate"> <ListBox.ItemTemplate> <DataTemplate> ...
0
votes
2answers
22 views

Align data in listBox

I load the database in listbox by this code: using (SqlConnection myDatabaseConnection = new SqlConnection(myConnectionString.ConnectionString)) { myDatabaseConnection.Open(); ...
0
votes
3answers
44 views

C# Winforms ListBox Set BackColor when item meets condition

I have a collection that is the DataSource of a ListBox. I'd like to enumerate the ListBox items and change the BackColor when the collection item has a certain property. The code in the for isn't ...
0
votes
1answer
48 views

ListBox doesnt show any results

I'm trying to add an array of strings that holds information about people to a ListBox but i cant get it to show anything and i really dont know why. This is the first class that is called when the ...
0
votes
0answers
28 views

How to create dynamically listbox of stackpanels that contains UserControls in WPF?

How can one create in WPF listbox of stackpanels that contains some custom usercontrols of same type? Listboxes and stackpanels should be scrollable. ListBox.Items are added dynamically and also ...
0
votes
0answers
10 views

list box to rich text box

how to get the items from the list box to the rich text box? am creating an online resume in which the qualification of a person are stored in a list box from a checked list box.. and after ...
0
votes
3answers
51 views

Only highlight currently selected item in ListBox

I have a ListBox being populated with images from isolated storage. The user is allowed to select the image to perform some action upon it. To notify the user of the currently selected image in the ...

1 2 3 4 5 85