Tagged Questions
0
votes
1answer
27 views
how to use display the value of an element of a list<string> in MVVM?
Normally, when I binding de items source of a control in the view, the property in the view model use to be a list of an object. This Object has many properties and I can choose one of the to set the ...
0
votes
1answer
49 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 ...
3
votes
3answers
72 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, ...
0
votes
0answers
28 views
Initially set (highlight) multiple items in a ListBox (Galasoft MVVM)
When I load my open my window I want to SET (highlight) the items (could be multiple) that the user selected last time (in settingService.DaysToSplit). To do this I save the users selection (as a ...
2
votes
1answer
79 views
Commanding with Static Items of Listbox using MVVM
I have a list box in my view with three static items(Name,Age,Gender), and I want my ViewModel to do something when an item in the ListBox is selected. I want to do this without any code-behind, using ...
0
votes
2answers
68 views
ListBox Index returns negative value
I'm creating a windows phone app using MVVM light pattern. I'm having trouble on my list box as it always returning a negative value (-1) for selected index. Does anyone knows how to resolve it?
...
0
votes
1answer
50 views
Events for Listbox Item
What is the most recommended event to use for listbox items. I have three static items in my list and this should navigate to a page upon clicking. I know that there's no click event for listbox items ...
0
votes
2answers
82 views
WPF ListBox sometimes ignoring SelectedItem change
I have list box with next properties:
SelectedItem="{Binding SelectedItem, Mode=TwoWay}"
x:Name="listBox"
ItemsSource="{Binding Items}"
In code i have one static model and it can be used in few ...
0
votes
0answers
72 views
How to retrieve index from nested listbox in silverlight?
Im doing a mvvm programme. My goal is when select an item from listbox, replace the item or modify a property in the item and reflect it to the GUI. When listbox is not nested, the data type is ...
1
vote
3answers
156 views
ListBox DataTemplate for dynamically loaded type
I have a sample MVVM WPF application and I'm having problems creating DataTemplates for my dynamically loaded model. Let me try explain:
I have the following simplified classes as part of my Model, ...
0
votes
0answers
115 views
Shrinking available ItemsSource collection based on ComboBox selections in a ListBox
I am having trouble giving the user a ComboBox of unique values for items in a ListBox without having the ComboBox fail to display the SelectedItem due to the item being removed from the ItemsSource.
...
1
vote
2answers
223 views
WPF Single selection between two ListBoxes
I'm having the following problem: I have two ListBox, with two different ItemSource, but both of them have the same binding for the SelectedItem, because I was trying to perform a single selection ...
0
votes
1answer
99 views
WPF CheckedListBox EF MVVM
I know this is probably really daft, but my head isn't working properly today.
I have a patient entity and a disability table. A patient can have 0 or many disabilities.
If I create a ListBox whose ...
1
vote
2answers
418 views
Binding a ListBox to an ObservableCollection of ViewModels
Is there a convention when using MVVM to bind the items of a ListBox to a ViewModel?
In the below XAML, I'm creating a ListBox of buttons. The ListBox is bound to an observable collection from my ...
0
votes
0answers
102 views
How to bind the MenuItem Command of ListBoxItem ContextMenu dynamically?
How to bind the MenuItem Command of ListBoxItem ContextMenu dynamically?
for example, ListBox2 can work, but ListBox1 can not work. I need the ListBox1 work in my project. Any one can help me?
How to ...
0
votes
2answers
410 views
WPF MVVM: How to enable/disable buttons in ListBox if I'm using a DataTemplate
I have a WPF/MVVM app with a ListBox which displays data through a DataTemplate. I managed to change the selected item in the ListBox when pressing a button so the CommandParameter is linked to the ...
0
votes
1answer
84 views
Binding dataset to listbox showing just 1 record
I have WPF project based on MVVM. In my view I have the next ListBox
<ListBox BorderBrush="#6797c8" BorderThickness="2"
ItemsSource="{Binding Path=CategoriesDS}"
...
1
vote
1answer
303 views
WPF Disable listbox items with MVVM
I tried searching through a lot of threads and I've found several that's pretty close but not exactly what I want. After a day of searching, I just decided to ask. Apologies if I missed something, I ...
2
votes
1answer
96 views
RadioButtons in ListBox don't work correctly using with Theme
I want to use RadioButtonList and want to check one of the RadioButtonList at initial display.
But the radioButtons in ListBox don't work correctly using with theme.
I set "Radio1" toSelectedItem1 ...
1
vote
1answer
195 views
Tooltip for ListBoxItem When binded to List of strings
How can we show tooltip for a ListBoxItem when ListBox control is binded to List of strings. Below, is the source code for my ListBox, where ConcernedConditions is of List type.
<ListBox ...
0
votes
2answers
209 views
In WPF MVVM, how do you transfer an item from one listbox to another using a double-click?
I want to double-click to copy an item from a "shopping list" to a "shopping cart" list box. Right now, my model just has ObservableCollection of strings for each list, but eventually the objects will ...
1
vote
2answers
141 views
Failing To Update List On Button Click in WPF
I am a C++ developer and i recently shifted to C# WPF. I am working on a WPF App where I am supposed to dynamically generate button, label, textbox and togglebutton. I have done the following:
XAMl:
...
0
votes
2answers
357 views
Listbox selecting first item again wpf mvvm not working
Consider a listbox in WPF (MVVM) having a list of items(items are file names).If First item in listbox selected then the first file will be opened correctly. Suppose, if 'New' button(to open new ...
0
votes
1answer
691 views
Multiple WPF ListBoxes with only one item selected at a time
I am using MVVM and am displaying two listboxes on one window. I am binding from both of those listboxes simultaneously to different fields call them A and B. A and B are then both modifying C. To ...
1
vote
1answer
290 views
Selection Changed Event using MVVM
I have a listbox that contains a list of persons.
When the user clicks on an item the viewModel should set the currentPerson object to the Object the user has clicked on.
I have to use a ViewModel ...
0
votes
1answer
114 views
Making a custom(/templated) ScrollViewer or ListBox that understands which item to bring to view
I am trying to make a panorama-like control in WPF c# that scrolls to/brings into view only one grid from a horizontal set of grids. I need to expose the command which allows me to scroll ...
0
votes
1answer
164 views
Performance degredation with custom ListBox ControlTemplate
Using a template for a custom control deriving from ListBox causes filtering of ItemSource to become slow. The filtering is done in the get of the ItemSource that the control is bound to. This problem ...
0
votes
1answer
169 views
Failing to Add UserControl To Existing Grid on SelectedItem in ListBox
I am new into WPF. I am currently developing an application where my solution in MSVC# 2010 has 2 projects. One project(i.e.MSPBoardControl) has a mainwindow.xaml and I have added another wpf window ...
0
votes
2answers
630 views
Add Tab Dynamically Into A tabControl based on Selected item from ListBox
I am working on MVVM sample app. I have 2 projects inside my solution in VSC# 2010. In one project (main project) I have a mainwindow.xaml which has two grids, one located on right side and other on ...
1
vote
1answer
478 views
WPF ListBox SelectedItem issue
Can anyone help, lost a lot of time trying to figure this issue out.
I have a ViewModel with following properties
public ObservableCollection<ListItem> OpcoList { get; set; }
public ...
0
votes
4answers
442 views
Databinding not updating ListBox completely
I'm using the MVVM pattern and have a databound Listbox that isn't updating completely.
There is a modelview that contains an Observable collection of Machines which is bound to the list:
...
0
votes
3answers
1k views
WPF ListBox selection index strange behavior after change order of connected items
In short, how to swap two neighbour elements of ListBox.Items?
Details follow.
I use WPF ListBox.
(I use MVVM patern - no so important for this queston, just for clarity)
I define ListBox with ...
0
votes
1answer
279 views
Alternate row colour WP7
I want to have alternating background colors of a listbox in my MVVM Light WP7 project.
WP7 has no support for alternating the background color of the ListBox items background.
I have a listbox that ...
0
votes
2answers
747 views
WPF trigger for selected items
I am using the MVVM light framework. On one of my pages I have a listbox which has a bound list and a bound selected item. I have a style that should highlight the selected item in that listbox. ...
0
votes
0answers
161 views
Maintaining ListBox selection after CollectionViewSource sort in Silverlight
I have a ListBox, described below, which is sorted by radio buttons and whose items are 'selected' according to a binding to their underlying object:
Listbox:
<ListBox x:Name="listbox" ...
1
vote
2answers
530 views
ClearSelection in ListBox MVVM
In a MVVM silverlight application user can enter text in the textBox and the listbox contents changes accordingly.
eg: If the User enter "TV" LIstbox will populate all the avilable Television brands ...
1
vote
1answer
1k views
How to support ListBox SelectedItems binding with MVVM in a navigable application
I am making a WPF application that is navigable via custom "Next" and "Back" buttons and commands (i.e. not using a NavigationWindow). On one screen, I have a ListBox that has to support multiple ...
0
votes
1answer
595 views
WPF binding Data into ListBox multiple columns
//Hi! I need to put my data into listBox with multiple columns I saw this link stackoverflow.com... but it talks about every thing without mention the way that I can Add Items into the columns would ...
2
votes
2answers
556 views
ListBox SelectedItem binded: page navigation, getting item, showing its properties in a new view and reset SelectedIndex. How can i do?
i'm trying to apply the MVVM pattern in my application with MVVM Light. I've a databinded ListBox...
MainView.xaml [extract]
<ListBox Name="recipesListBox"
...
2
votes
1answer
2k views
WPF Listbox binding: SelectedItem not setting
I have a ListBox simplified to the following XAML
<ListBox ItemsSource="{Binding Properties}"
DisplayMemberPath="Name"
SelectedItem="SelectedProperty" />
and in my ViewModel:
...
1
vote
1answer
252 views
Listbox itemssource doesn't update with source
I have 2 listboxes in my XAML and both of them are multi select. I have synchronized the selectedItems of the listboxes using Samuel Jack's solution.
<ListBox x:Name="lbOrg" ...
0
votes
1answer
560 views
Refresh listbox in wp7
I have model:
public class Song
{
public int ContentID { get; set; }
public bool IsSelected
{
get
{
var song = ...
1
vote
3answers
491 views
List Box of Objects and button
I am new to MVVM . I have list box that populates the list of Employee. I am using MVVM light and Silverlight4
<ListBox BorderBrush="Transparent"
HorizontalContentAlignment="Stretch"
...
1
vote
1answer
1k views
Refreshing UI after update to a ListBox-bound collection
I am trying to visually show that an item (a BitmapImage in my case) has been added to a collection in a ListBox using WPF/MVVM. To give some background, I'm capturing streaming video with a capture ...
5
votes
5answers
4k views
How can I realize SelectionChanged in MVVM ListBox Silverlight
The ListBox control does not implement a Command property. I have to attach some functionality to the SelectionChanged event. Somebody knows how can I do it? Please help me
0
votes
2answers
306 views
Binding to collections of ViewModels or business models?
please help me understand MVVM better:
I had been binding listboxes to lists of custom objects, but then I ran into some trouble with having selected items populate / bind correctly in a multi select ...
2
votes
1answer
213 views
Bind ListBox to another ListBox
I have 2 listBoxes, if you click an item in the top one, then the bottom one filters to a few results.
I am trying to learn WPF and MVVM and am wondering if this is the correct way to do this. Is this ...
0
votes
1answer
464 views
Binding a property to change the listbox items foreground individually for each item
I'm trying to change the foreground color of the items in the ListBox individually for each item, I've already posted a similar question but this one is more concrete.
I hoped that the state of the ...
3
votes
1answer
664 views
How can I add items from a listbox to a list by clicking a button without any codebehind?
I am new to MVVM, and also fairly new to WPF. As a matter of fact I started programming just a few months ago. MVVM is really dng my head in with the binding concept, and I have been trying for days ...
0
votes
0answers
479 views
Listbox Binded to ObservableCollection strange issue MVVM WPF
this is my first question posted here...
I have an user interface that contains a ListBox with pre loaded items and the GUI allows the user to add or remove items to that listbox. Very Simple.
The ...


