Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

44
votes
2answers
8k views

How to get a ListBox ItemTemplate to stretch horizontally the full width of the ListBox?

I want to have the ListItems to extend with their orange background the full width of the Listbox. Currently they are only as wide as the FirstName + LastName. I've set every element I can to: ...
9
votes
2answers
6k views

Double Click a ListBox item to open a browser

I have a ListBox in my wpf window that binds to an ObervableCollection. I want to open the browser if someone clicks on an element of the ListBox (just like a link). Can someone tell me how to do ...
8
votes
1answer
12k views

WPF ListBox Selection Color

Sorry if this has been asked before, but I couldn't find a solution to what I'm looking for in the related questions that popped up, or on Google. In my application I'm trying to recreate Words New ...
6
votes
1answer
2k views

Disable a single wpf listbox item

Does anyone know if and how one can disable one or more listbox items in a wpf lisbox without disabling the entire listbox? Preferably I would have a DataTrigger which, when a certain Binding value ...
6
votes
2answers
4k views

WPF - How to combine DataTrigger and Trigger?

NOTE I have asked the related question: How to combine DataTrigger and EventTrigger? I have a list box containing several items. The item's class implements INotifyPropertyChanged and has a ...
5
votes
1answer
539 views

WP7 - Animating add/remove item in a ListBox

I know you can achieve this in Silverlight 4 by playing with the ListBoxItem style's LayoutStates, i.e. BeforeUnloaded, BeforeLoaded and AfterLoaded. It doesn't seem to be working at all in WP7 ...
5
votes
3answers
2k views

Set ListBoxItem.IsSelected when child TextBox is Focused

I have a typical MVVM scenario: I have a ListBox that is binded to a List of StepsViewModels. I define a DataTemplate so that StepViewModels are rendered as StepViews. The StepView UserControl have a ...
5
votes
1answer
474 views

How to set ContextMenu of a bound item?

I am trying to achieve the following: <Style TargetType="ListBoxItem"> <Setter Property="ContextMenu"> <Setter.Value> <ContextMenu> ...
4
votes
2answers
1k views

ListBox with single select and also unselect on click…?

I need a listbox that selects on first click and un-selects on second click, so that only zero or one item is selected at any time. The select/unselect is implemented in the listbox (with ...
4
votes
3answers
6k views

How to capture a mouse click on an Item in a ListBox in WPF?

I want to get notified when an item in a ListBox gets clicked by the mouse, whether it is already selected or not. I searched and found this: ...
4
votes
5answers
6k views

Multiselect WPF Listbox Make Multiple Selections With a Single Click

I have a databound multiselect listbox bound to a datatable. When I select a listboxitem I want some other listboxitems in the same listbox to be selected automatically. I want multiple items to be ...
4
votes
4answers
2k views

Animate ListBoxItem from one ListBox to another ListBox

I would like to create a visual effect when an item in a listbox is double clicked. So far I have drag and drop functionality where the item is visually attached to the mouse and can be moved to a ...
3
votes
1answer
235 views

How can i create The Live Tile Effect for a ListBoxItem?

I want to create a The Live Tile Effect for my ListBox. I thought about creating a random number between 0 and ListBox.Items.Count and then taking that ListBoxItem and animating it. I am using this ...
3
votes
2answers
363 views

how is the foreground color changed on just one line of wpf listbox?

how is the foreground text color changed (not the selected text, or the background of the selection) in a wpf listbox? say, for example, i wanted to make all the letter "a" items green, all the ...
3
votes
2answers
3k views

C# Listbox Item Double Click Event

I have a list box with some items. Is there anyway I can attach a double click event to each item? Item 1 Item 2 Item 3 If i was to double click Item 2, a Messagebox saying "Item 2" would pop up ...
3
votes
5answers
1k views

Problem with ListBoxItem - produce “System.Windows.Data Error: 4”

I have craeted the fallowing ListBox: <ListBox x:Name="RecentItemsListBox" Grid.Row="1" BorderThickness="0" Margin="2,0,0,0" SelectionChanged="RecentItemsListBox_SelectionChanged"> ...
3
votes
1answer
196 views

Configure ListBox in WPF so that I will be possible to select multiple items without holding CTRL key

I have a Listbox that allows user to select multiple items. Normally user can do that by holding CTRL key and clicking the item he or she wants to select. Is it possible to configure this listbox so ...
3
votes
3answers
339 views

Mouse interaction in ListBoxItem children (WPF)

I have a ListBox with an ItemTemplate that contains a control that interacts with the mouse. This interfers with the selection functionality of the ListBox, i.e. clicking a control does not select the ...
3
votes
2answers
2k views

WPF: ListBox - setting focus on an item breaks keyboard navigation

After selecting ListBox item programmatically it is needed to press down\up key two times to move the selection. Any suggestions? View: <ListBox Name="lbActions" Canvas.Left="10" Canvas.Top="10" ...
3
votes
3answers
854 views

How can I use VisualStateManager to change the text color (foreground) of a ListBoxItem?

Here's the deal. I can create a ListBox and style it. I can edit a copy of the template such that the States become available in Expression Blend 3. And I can change the state so that the background ...
3
votes
1answer
969 views

How to determine index of current ListBox item from DataTemplate?

I have a ListBox. Now I want to write a DataTemplate in such way, that the first item will have red background and white background for other items. I guess I need to write a DataTrigger, but I have ...
3
votes
1answer
2k views

How can I make listbox transparent, but listbox items opaque in WPF?

I'm trying to create a transparent ListBox in a WPF application. I want the ListBox to be completely transparent, thus a background image is visible "behind" the ListBox. However, I want my ListBox ...
2
votes
1answer
65 views

Adding image on top of ListBoxItem in WPF

I have a ListBox with some ListBoxItems. Each ListBoxItem contains some text and a background image. When the user clicks a ListBoxItem I want to add an image on top of the ListBoxItem (it decorates ...
2
votes
3answers
100 views

How to remove an item from listbox with datasource set, using string in C#

refferring to msdn link how can I remove an item using string??? (I don't want to remove it by using selected index) I want something like USStates.Remove("Alabama","AL");
2
votes
2answers
223 views

ComboBox selected item text disappears when scrolling listbox

I have Combo boxes inside a list box and whenever the list box is scrolled and the combo box is scrolled off of the screen the list box is firing a selection change event on the combo box and setting ...
2
votes
2answers
139 views

Invalidate only a single item in ListBox

Is there anyway to only invalidate a single item in a ListBox? There seems to be no method of getting the rectangle of an item, or even if a specific item is visible (aside from calling IndexFromPoint ...
2
votes
2answers
158 views

WPF ListBoxItem Visibility and ScrollBar

I was hoping to collapse certain ListBoxItems based on a property of their data context. I came up with the following (trimmed for brevity) <ListBox ItemsSource="{Binding SourceColumns}"> ...
2
votes
1answer
639 views

Select ListBox item only on Click or Enter key in Silverlight

When I populate a ListBox with RIA Services, an item is automatically selected. This triggers the SelectionChanged event. If I move the selection up or down with the arrow keys, the event also gets ...
2
votes
2answers
539 views

WPF Drag Drop between Listboxes in different UserControls

This is the structure of my Application Main Window has two ContentControls Each ContentControl has a UserControl Each UserControl has a ListBox So Graphically speaking the user is presented with a ...
2
votes
3answers
501 views

WPF How do I find which ListBox item was clicked

I have a WPF application in which there's a listbox filled with items of type 'Match'. How do I make the button(contained within the item) actually select the item so that I might extract the value? ...
2
votes
1answer
1k views

C#: Listbox Contextmenu for Listboxitems (WPF)

i want for my Listbox in WPF a contextmenu. I did it with a contextmenu for the whole listbox, but you can richt-click to get the contextmenu even if you don't click on a item. I found something at ...
2
votes
3answers
253 views

Is it possible to store a record in a ListBox's Item.Object property?

I have a Record that I would like to store for each Item that add to a Listbox. Would I need to make the record a class instead to accomplish this? TServerRec = record ID: integer; ...
2
votes
1answer
535 views

Silverlight ListBox Height Automatically increase

I am using silvelight listbox control,and i stucked.Every listbox item contains another listbox item now when i bind my data second listbox control,it appears horizontal scrollbar and this is not a ...
2
votes
2answers
129 views

How to get the ListBoxItem for an item in ListBox on “bind-time”

I have a ListBox with Foo objects, and based on some events I disable/enable the ListBoxItems in the ListBox. Using the ListBox.Items property I find Foo objects, and from what I've understood I need ...
2
votes
3answers
1k views

Silverlight - Binding Listbox ActualWidth to ListboxItem Width

I'm working on a photo gallery for Windows Phone 7 and I'm trying to get each image to take the full screen and slide horizontally. What I am doing so far is to use a listbox that I have modified to ...
2
votes
3answers
296 views

WinForm: Represent a single ListBox item in a foreach statement

How do I repesent a single item in a list box in a foreach statement? I have tried ListBoxItem but System.Windows.Controls is not considered a valid namespace in my .Net framework (version 4). ...
2
votes
2answers
149 views

ListBoxItem border is sometimes hidden behind the ListBox's scrollbar

Most of the time the ListBox appears like this: But every once in a while it looks like this: Any idea of what is going wrong? --Edit-- I removed the control templates from the question, ...
2
votes
2answers
479 views

select all items in the listbox in asp.net

if checkbox is clicked i need to select all items in the listbox in asp.net... how to show the items all selected in listbox once the 'selectall' checkbox is clicked
2
votes
1answer
120 views

How to define a ListBoxItem Template that has the same size of its parent?

I am using the following code: <ListBox x:Name="lbItems" Grid.Row="1" Margin="2"> <ListBox.Template> <ControlTemplate> <Border ...
2
votes
2answers
715 views

WPF - ListBox ignores Style When ItemsSource is bound

I have created styled a ListBox in WPF so that it is rendered as a checkbox list. When I populate the ListBox's items manually, the styling works perfectly. However, when I instead bind the ...
2
votes
1answer
514 views

Making WPF ListBoxItems selectable

I have a ListBox with a rather simple ItemTemplate defined - containing a TextBlock and a Button. This displays like expected, but there is a problem though. When I click the content of the ...
2
votes
1answer
2k views

How to animate ListBox Items on MouseEnter and MouseLeave events using C#/WPF?

I can't capture/trigger OnMouseEnter or OnMouseLeave events through C# code for list items. To be clear, I don't need an OnSelectedItem event. What I want to do is to be able to handle the ...
2
votes
2answers
471 views

Enumerate child elements of a ListBoxItem

The actual visuals are dictated by a DataTemplate. In runtime, how can I iterate through all the visual elements of a ListBoxItem?
2
votes
3answers
2k views

ObservableCollection and ListBoxItem DataTemplate generation problem

Something strange is going on with ObservableCollection. I have the following code: private readonly ObservableCollection<DisplayVerse> _display; private readonly ListBox _box; private ...
2
votes
1answer
2k views

Unable to set focus on a ListboxItem

I have a listbox whose ItemSource property is bound to a ViewModel. This ViewModel has an ICollectionView property which is a collection of custom objects. I am loading this collection view as a tree ...
2
votes
2answers
5k views

WPF ListBoxItems with DataTemplates - How do I reference the CLR Object bound to ListBoxItem from within the DataTemplate?

I have a ListBox, that's bound to an ObservableCollection. Each ListBoxItem is displayed with a DataTemplate. I have a button in my DataTemplate, that when clicked, needs a reference to the member of ...
1
vote
1answer
63 views

List box tilt effect manipulation

I've made a listbox into a wrap panel, because the wrap panel doesn't have virtualization. What I need from an image gallery viewer. the code: <ListBox.ItemTemplate> ...
1
vote
1answer
38 views

Change ListBoxItem Background Color when mouse is over on the listBoxItem

I need to set change background color for list item when mouse is over. Here is my code: <DataTemplate x:Key="ListBoxSubCategoryListTemplate" DataType="{x:Type ListBoxItem}"> ...
1
vote
1answer
39 views

Listbox items at the bottom were not automatically selected

I have this subtle program regarding the behavior of listbox. My listbox is binded with an observable list in the viewmodel. There are 2 ways in addding an item in the listbox. First is ADD a single ...
1
vote
2answers
94 views

How to create a ListBox that looks like the Windows Live Tiles?

I want to create a ListBox that looks like the Windows Live Tiles. This is my XAML: <ListBox Name="listBox" Grid.Row="1" Background="Transparent" ...

1 2 3 4 5