A graphical user interface element that allows the user to select one or more items from a list.
1
vote
2answers
35 views
List Box Hangs after adding several Entries
I'm using winforms in c#.
I simplified my app so that it just has a list box and a button.
here is my button click code.
private void button1_Click(object sender, EventArgs e)
{
...
-1
votes
2answers
26 views
List like container in html/javascript which is populated through csv/json [closed]
I am new to web development. I am trying to create a webpage with a list-like container which lists all *.html files contained in a directory. And a mouse click on one of these listed names displays ...
0
votes
3answers
41 views
C# Update Database for every Item in listBox
I have created a Database that has an ID column (aitisi_ID) and a category column(kat_aitisis). I want to Update the kat_aitisis column for every ID that shows up on my listBox with the string kat1.
...
1
vote
0answers
17 views
PreviewKeyDown for Windows Store App ListBox
Is there an equivalent to the PreviewKeyDown for a Windows Store App? It isn't available.
I have exactly the same problem as described here:
I have a ListBox with a TextBox above it. I would like ...
1
vote
1answer
67 views
Get items from listbox in controller MVC ASP 4
I have a page where you can create channels. Channels have genres associated with them.
CreateChannel.cshtml
<h2>Create Channel</h2>
<div class="row-fluid">
<div>
@{
...
0
votes
1answer
43 views
MVVM how best to display ListBox.SlectedItem
I have a ListBox bound to a list of ViewModel objects on the LHS of my screen. The ListBox.SlectedItem is bound to a property on my "MainWindowViewModel", called CurrentItem. On the RHS I have a large ...
2
votes
3answers
40 views
GUI Table using in Racket / variable parameters using list-box%
I'm currently trying to create a a grid of information in Racket using the Racket Graphical Interface Tooling. The only real table that is available is the list-box% (link to reference)
To fill the ...
0
votes
1answer
32 views
Winform Listbox Select Items from Database [duplicate]
I have three database tables:
a list of cars,
a list of people, and
the third is the many-to-many table of people to cars.
On my winform for a person, I have a listbox of available cars. ...
1
vote
2answers
38 views
How can i move items from one Listbox to another in ASP MVC 4?
How is it possible to move items from one Listbox to another Listbox in the same view without having to reload the entire page but just update the two listboxes in ASP MVC 4?
It is in order to have ...
0
votes
0answers
40 views
TStylebook iOS Delphi XE4
Does anyone know if the TStylebook component will allow a user to change the look of the listview... (Not just an item title and detail). It works on a windows app which is fine, but i would like to ...
1
vote
0answers
13 views
Weird Error: Hit ENTER key in listbox, get NULL error for bound recordset values
Access 2007 ADP/ADE.
I have a modal that is bound to a table. The modal has a single listbox control, and two buttons. One executes a subroutine of code that access values from the bound recordset, ...
0
votes
0answers
23 views
Changing Font Size in Custom Created Listbox Control Vb.net
I am try to Inherits a Listbox control to change StringFormatFlags direction. All is OK, but when I change the font size of Listbox it dose not draw item properly. How to fix this issue.
Public ...
0
votes
1answer
41 views
C# listBox.SelectedIndex from Database
In visual Studio 2010 (using visual C#),I have a form where there is a listBox (named listBox1). The user selects one of the items displayed on the listBox and then clicks on a Save Button. The ...
0
votes
2answers
68 views
I'm looking for a list like this in the image for Delphi XE3?
Anybody knows where to find or how to make a list like this one in Delphi XE3 ?
Or it's time to leave Delphi and use Visual studio ?
however this site list view control for .NET Windows Forms claims ...
0
votes
0answers
17 views
ModalPopupExtender postback dual Listbox
I have dual listboxs (followed by http://www.meadmiracle.com/dlb/DLBDocumentation.aspx) which work well. Now I need a ModalPopupExtender page to confirm user's selected. when user click button submit ...
1
vote
2answers
21 views
Listbox value not assigned to variable
I am trying to assign a listbox value to a variable, however every time I run the code I get the Invalid use of Null error.
Private Sub CmdEnter_Click()
Dim RS As dao.Recordset
Dim RS2 As ...
0
votes
2answers
35 views
Single selection listbox selected items to another listbox
I've tried quite a few options but none of them has gotten me closer to the results.
I'm really new to WPF, so I'm sorry form my perhaps trivial question.
I have a single selection listbox and I ...
1
vote
3answers
85 views
How do I make a listbox same as Outlook 2013?
In Delphi XE2 or XE3, How can I make a list box similar to Outlook 2013 list of emails ?
or is the list in Outlook 2013 something else ?
how can I achieve a similar one in Delphi XE2 or XE3 ?
...
0
votes
1answer
41 views
Filling a dropdownlist dynamically
So I'm working in ASP.NET MVC4 and I want to load a dropdownlist dynamically.
This is my modelclass:
public class Meeting
{
public int MeetingId { get; set; }
[Required(ErrorMessage = "A name is ...
0
votes
0answers
25 views
Using ListBox to upload data via macro
I'm currently trying to improve the process of adding a new invoice to an invoice database and attempting to achieve this via a Listbox written in VBA. So far I can get the Listbox and prompts to ...
0
votes
0answers
21 views
Microsoft Access Drawing Line on Listboxes
I have a problem for drawing line between listbox items. I have 3 ListBoxes; one of them has three columns and other two have one column. What I want is to draw line between items inside these boxes ...
0
votes
0answers
39 views
How to cycle though each Array position and view in Listbox c#?
sorry for any inconvenience in the structure I am getting to grips.
I have an array that stores string data and is then displayed in a list box.
I also have array that holds the cost then multiplied ...
0
votes
1answer
23 views
Mouse click on selected item in listbox unselect the oders items
In listbox when several items is selected and I click on one of them, the oders become unselected.
How to allow possibility become unchanged the oders items?
0
votes
0answers
51 views
Listbox always -1 c# asp
Hi Everyone I've been looking for a solution to this problema for a while, ive searched the net but still can't get this too work. if i put my code in the default asp template it will work, but when i ...
0
votes
0answers
13 views
How to implement Drag & Drop on Telerik RadList with bound ItemsSource?
I am trying to implement Telerik's Drag&Drop behavior to a RadListBox control, to allow reordering the list items via drag and drop, but I get the following exception on dropping an item in the ...
1
vote
1answer
30 views
How to stop a ListBoxItem from being selected if the data related to the previous one is incorrect?
I have a ListBox which when clicked displays data to the user. If the user enters invalid data and they click another item in the list I want to prevent the ListBoxItem they clicked from being ...
1
vote
2answers
45 views
What's the difference between ItemTemplate and ItemContainerStyle in a WPF ListBox?
In WPF Listbox, I'm confused with these 2 notions:
ItemTemplate and ItemContainerStyle
Can someone explain me more?
0
votes
1answer
21 views
ListBox Delay Input times
I am trying to figure out how to set a delay between the different Items that are being listed.
When I run my program and type "Connect:192.168.1.1" I want it to say "Connecting" and 2-5 seconds ...
3
votes
3answers
61 views
ListBox selectedItem get working but set not working in MVVM
I am working on a WPF application and following MVVM. In my view there is a grid view which contains different columns. One of these column is a ListBox. Now problem is that for the ListBox column, ...
1
vote
2answers
70 views
C# Aligning 2 Strings via a listbox
In my listbox, I would like to display the following
String 1(left aligned - default) int value(right aligned)
Is there a way to do this, or can there only be 1 alignment in a ...
0
votes
0answers
32 views
Custom ComboBox not closing properly
I am trying to make my custom ComboBox inheriting from ContainerControl. I used this article as a base but rewrote it, but I use a ToolStripControlHost, my own custom ListBox & a ...
-1
votes
1answer
46 views
Dynamic ListBox Controls Weird Behavior on PostBack [closed]
I create ListBox controls dynamically. When the last ListBox is added and a selection is made, the listBox looses its selection only after the initial slections are made. It's hard to explain so I ...
-5
votes
1answer
57 views
binding an List of objects to a Listbox
i have the following XAML code
<ListBox x:Name="TrackedProgramList" Height="145" Width="605" ItemsSource=" {Binding}" >
<DataTemplate>
<StackPanel ...
0
votes
1answer
37 views
how to access elements in a StackPanel in listbox
I have a ListBox that contains a StackPanel which contains an Image and a TextBlock. I want to access the TextBlock via c# (code-behind) to change it's font manually.
Relevent XAML:
<ListBox ...
-1
votes
2answers
51 views
Load large number of images from URL
I am actually an Android developer, I faced the problem of memory exception when I am loading large number of images into a ListBox.
I have no idea about Windows Phone application development so ...
0
votes
1answer
46 views
Scripting.Dictionary keys to Listbox VBA Excel
I have been working with VBA in excel and recently began working with the Scripting.Dictionary object. I hadn't run across any major problems until today.
Basically I am trying to populate a listbox ...
0
votes
2answers
36 views
How to use winform listbox to list declared objects in C#?
I am trying to make a listbox in a winform to use a list of declared objects as the content source. Choosing an object should list its properties in a nearby text box that reads from the properties of ...
0
votes
1answer
37 views
Updating a Listbox Automatically
I have 2 listboxes. The first one is enabled and the second one is disabled. The second listbox will get its data from the first one.
For example, let's say I entered 2 in listbox1. listbox2 will ...
0
votes
1answer
41 views
C# List text files in a listbox and let user open them in a textbox
I'am pretty new to C# and I want a listbox with all text files in a folder and if the user dubbleclicks on the listed file the file will display in a textbox.
I don't want to use the openFileDialog ...
0
votes
1answer
36 views
Master-detail hierarchy between a ListBox and a DataGrid
I would like to set a DataGrid.ItemsSource property according a ListBox.SelectedItem value so that whenever a category is selected in the ListBox, the DataGrid should display the appropriate ...
1
vote
1answer
31 views
Why ListBoxItems does not get all the available space?
Take this simple example:
<Grid>
<ListBox>
<ListBox.ItemTemplate>
<DataTemplate >
<Grid HorizontalAlignment="Stretch">
...
0
votes
2answers
55 views
Get items values of ListBox with SelectedIndex
I've got for example ListBox with two TextBlocks like this:
<ListBox Name="listboxNews"
SelectionChanged="listboxNews_SelectionChanged">
<ListBox.ItemTemplate>
...
0
votes
0answers
42 views
Dynamically Added ListBoxes with a Wizard Control (PostBacks)
So I created Dynamically added ListBoxes that are used for Category and Subcategory selection. All works great. I wanted to add these to a Wizard control as part of steps. I add my ListBoxes ...
0
votes
2answers
30 views
how to solve redundant data in listbox
i have a listbox which will show the qr code decoded text. once the qr code is decoded, the text from qr code would be listed out in listbox. the program decode it very fast which result a multiple ...
-1
votes
0answers
27 views
WPF application settings bound to ListBox
I have a strange behaviour in my WPF application that I do not understand.
I use a ListBox with an ObservableCollection that is within my Settings.Default object.
<ListBox ItemsSource="{Binding ...
0
votes
3answers
57 views
C# Taking a listbox with many values, and dividing it up into mulitple text files
I am having the hardest time figuring out how to do this.
I have a listbox with a lot of data in it. I want to take this listbox and then have a button to save it.
The button will choose the ...
0
votes
1answer
34 views
Listbox without values
this is what happens. i don't understand why its not working, because if i copy the code to a normal template everything works fine :S so i dont think its a code issue. im working with asp and ...
1
vote
1answer
26 views
selectOneListBox with size 1 appears as drop down menu
I am using h:selectOneListBox to dynamically add data in it. Initially it is empty. Every time user presses on "Add" button, an entry is added in list box.
I have specified particular height of list ...
-1
votes
1answer
48 views
Change color of selected items in listbox [duplicate]
Currently when an item is selected (but the control is not) the item is in a very light grey (almost not visible) - this happens when I load my window and programatically set the SelectedItems ...
0
votes
1answer
12 views
WPF layout problems using Grid and ListBox
I'm (sort of) a newbie in WPF. And I'm stuck with this layout. The Viewbox is displayed fine and so is the space (30%) for ListBox but I can't see ListBox in that space. Following is my XAML, just ...




