1
vote
2answers
25 views
How to ensure that no item is selected in databound ListBox?
OK, this must be a duplicate question, but I cannot find the answer:
I have a listbox that is databound to a Collection. By default Items[0] is selected. How can I prevent this in …
0
votes
1answer
11 views
Exposing DataGrid SelectedItem in parent UserControl in WPF
Hi there,
I have a User Control with a Data Grid inside it which i re-use in a couple of different Pages and am using M-V-VM.
How can I / is it possible to expose the Data Grid's …
0
votes
2answers
135 views
WPF Listview/Gridview setting selected item when combobox is clicked
I'm having issues using a GridView as a ListView's View, what I want to do is fire an event when a user makes a selection from a combobox within the Gridview and pass the selected …
0
votes
1answer
77 views
How do you reset an AS3 list component so that nothing is selected (NOT selectedIndex=0)
I have a list component on the stage in an AS3 movie. I populate it with values at runtime and the user can select multiple values.
When a button is clicked I want the list to re …
0
votes
2answers
133 views
WPF ComboBox SelectedItem not Updating
I am facing a problem while working with wpf ComboBox. My situation isthat i have a comboBox that is displaying some values. I am adding ContentControls to ComboBox Items property. …
1
vote
2answers
93 views
How to set an (unbound) SelectedIndex for a WPF Windows.Controls.ComboBox?
Hi,
This should be easy but it's not working. I have a WPF combobox bound to a List.
The items populate just fine
I want the first item to show on startup.
However! If the Sel …
0
votes
1answer
439 views
WPF Listview Access to SelectedItem and subitems
Ok, I am having more problems with my C# WPF ListView control. Here it is in all its glory:
<Window x:Class="ebook.SearchResults" xmlns="http://schemas.microsoft.com/winfx/2006 …
0
votes
1answer
191 views
WPF TabControl Change selected tab
Hi I have two questions.
How do I programatically change the selected tab in a WPF Tab control from one tab to another.
How would I get a reference to this "other tab" in which I …
0
votes
5answers
198 views
Problem: ListBox always auto selects first item.
ListBox's behavior is that the first item is selected automatically, how can I avoid that??
Note: I want to do this with pure xaml, if you have any code-behind ideas then please d …
0
votes
1answer
609 views
selecteditems and selectedindex c#
Hi
I'm new to C# and I'm starting to learn how to program
I'm learning to program into the Visual Studio Microsoft Edition where I use the WindowsApplication instead of the Consol …
0
votes
1answer
469 views
WPF: Problems using Data Templates with content controls
Hi, I hope someone out there can help me.
I have created a dropdown treeview using a treeview in a popup and displaying the selected item in a content control.
<Grid Backg …
0
votes
1answer
105 views
wpf: how to make ComboBoxItems hold integers in xaml
ok, I must be having a brain freeze here...
I have a ComboBox with 6 items and I'm trying to bind the selected item to an integer value. Its not working, I suspect its because the …
0
votes
2answers
211 views
ASP:ListBox - no selected items on postback?
I have the following markup:
<tr>
<td valign="top" align="left">
<asp:Label ID="Label1" runat="server" Text="Available Roles" />
<br /> …
0
votes
1answer
510 views
C#/WPF: Get SelectedItem from TreeView?
Hello,
Does anyone know how I can get the SelectedItem (not the Header) from a TreeView?
Here is my code:
<TreeView Name="treeView1" DataContext="{Binding Path …
0
votes
2answers
1k views
WPF ListView Programmatically Select Item
Oh, man. I'm feeling the WPF pain this week. So for my next trick, I'm now unable to figure out how to select an item programmatically in a ListView.
I'm attempting to use the l …
