No announcements
Found 405438 threads
-
0 Votes
show selecteditem in listview in combobox
What you have done should work only if the ListView text is already in the ComboBox as an item.Answered | 1 Replies | 353 Views | Created by foxnight - Thursday, May 26, 2016 7:22 PM | Last reply by Ante Meridian - Thursday, May 26, 2016 11:25 PM -
1 Votes
Listview SelectedItem
But I had used the wcf service to bind the data from sql server to the listview.Answered | 9 Replies | 2211 Views | Created by Reid Smiths - Thursday, May 30, 2013 6:45 AM | Last reply by Reid Smiths - Tuesday, June 4, 2013 3:43 AM -
1 Votes
change inserted item in listview
youre example is really good and i try to match it with my code but its rather hard look private void ...Answered | 5 Replies | 2632 Views | Created by donderma - Wednesday, March 7, 2012 1:24 PM | Last reply by Bob Wu-MT - Monday, March 12, 2012 9:00 AM -
0 Votes
ListView: SelectedItem does not change when right-clicking
Hi, You can use MouseUp-Event, because MouseUp is firing after SelectedItem changed.Answered | 2 Replies | 2834 Views | Created by nqk - Sunday, June 28, 2009 1:38 PM | Last reply by nqk - Sunday, June 28, 2009 3:34 PM -
0 Votes
Can not binding SelectedItems on Listview multiple mode.
I found solution with 'ContainerContentChanging' event on ListView.Answered | 2 Replies | 912 Views | Created by Vu_Tran - Saturday, March 21, 2015 8:01 AM | Last reply by Vu_Tran - Tuesday, March 24, 2015 3:17 PM -
0 Votes
[C#][XAML]SelectedItems from nested listview
I am developing a Windows Store App in which I have a nested listview i.e. expandable listview.Answered | 3 Replies | 1182 Views | Created by RohitrkKUmar - Monday, February 1, 2016 5:48 AM | Last reply by pkr2000 - Tuesday, February 2, 2016 10:46 PM -
1 Votes
SelectedItems in Listview inserted twice
It contains every statLabelName item, which has selectDefault = true, twice.Answered | 4 Replies | 768 Views | Created by jev01 - Friday, March 28, 2014 2:53 PM | Last reply by jev01 - Wednesday, April 9, 2014 7:57 AM -
2 Votes
ListView Control, MouseUp event fires twice, once MouseUp and then on MouseHover.
This : https://connect.microsoft.com/VisualStudio/feedback/details/122899/listviews-mouseup-fired-twice-for-unknown-reason#details is exactly wot ...Answered | 8 Replies | 6360 Views | Created by riscBT - Friday, April 8, 2011 10:48 AM | Last reply by Mike Dos Zhang - Friday, April 22, 2011 7:27 AM -
1 Votes
Windows 8 ListView SelectedIndex / SelectedItem (not scrolling)
However, when ScrollViewer and ListView are used together making application become slowly when the number of item in ListView become bigger.Answered | 5 Replies | 8254 Views | Created by Igor Kulman - Wednesday, May 2, 2012 11:54 AM | Last reply by PickCreative - Wednesday, October 30, 2013 6:16 PM -
0 Votes
Using IBehavior in Behavior SDK on multiple selection ListView for selectedItems
Hi Vu, Based on my knowledge, you’ve not provided the code snippet to apply the selected items to ListView control using the MultiSelectBehavior.Answered | 2 Replies | 948 Views | Created by Vu_Tran - Saturday, March 21, 2015 2:42 PM | Last reply by Vu_Tran - Tuesday, March 24, 2015 3:31 PM -
1 Votes
Listview selecteditem highlights a rectangle outside listview help!
you can define a selectionchanged event handler for your listview.Answered | 2 Replies | 3626 Views | Created by BJ99 - Thursday, October 30, 2008 2:04 PM | Last reply by BJ99 - Friday, October 31, 2008 9:06 AM -
1 Votes
: Updating ListView in SelectedItems only( Windows Form )
code above is complete. just open Visual Studio - File - New Project - Visual C# - Windows - Windows Forms Application. then open ...Answered | 3 Replies | 2525 Views | Created by Jed A. Monsanto - Sunday, December 18, 2011 6:29 AM | Last reply by Malobukv - Sunday, December 18, 2011 6:13 PM -
1 Votes
Listview SelectedItems (Windows Store Apps) XAML, c#
Let's talk about MVVM That all being said, the WPF ListView just has a "SelectedItems" property.Answered | 3 Replies | 732 Views | Created by And1roxx - Sunday, October 18, 2015 1:49 PM | Last reply by Amy Peng - Tuesday, October 20, 2015 4:53 AM -
1 Votes
[UWP][MVVM] Can't selectedItem in listview MVVM?
<ListView x:Name="lstWeb" ItemsSource="{Binding WebsList}" SelectedItem="{Binding WebsSelectedItems}"> ...Answered | 3 Replies | 843 Views | Created by Le Thien Hoang - Thursday, June 16, 2016 7:10 AM | Last reply by mtirion - Monday, June 20, 2016 12:39 PM -
0 Votes
Listview: how to set SelectedItem controls property
<ListView ItemsSource="{Binding Stacks}" ...Answered | 2 Replies | 1594 Views | Created by toto2208 - Monday, February 25, 2013 10:10 AM | Last reply by Ajay_Maurya - Tuesday, February 26, 2013 9:01 AM -
0 Votes
How to avoid the ListView SelectedIndexChanged event launched twice?
0 Then End If End Sub jdwengAnswered | 4 Replies | 1367 Views | Created by gaxjyxq - Tuesday, March 17, 2015 10:25 AM | Last reply by David M. Nichols - Tuesday, March 17, 2015 1:31 PM -
1 Votes
How to insert from vb.net listview to access table
Hi alobi, You want to insert data from ListView into ms access database, one is inserting entire data from listview into database, ...Answered | 10 Replies | 2182 Views | Created by alobi - Monday, April 23, 2018 10:14 AM | Last reply by alobi - Tuesday, May 1, 2018 5:30 PM -
0 Votes
Insert table twice
Hello, I run a stored procedure to insert a table.Answered | 6 Replies | 1838 Views | Created by ardmore - Tuesday, June 19, 2012 12:44 PM | Last reply by Louis.fr - Tuesday, June 19, 2012 2:49 PM -
0 Votes
How to make style in ListView SelectedItem.?
<ListView x:Name="MenuBarList" Grid.Row="1" Height="{Binding ...Answered | 7 Replies | 3229 Views | Created by Jitendra Jadav - Wednesday, November 16, 2011 10:02 AM | Last reply by Sheldon _Xiao - Thursday, November 17, 2011 5:09 AM -
1 Votes
Binding SelectedItem to a property of the DefaultViewModel
The second page has a ListView bound to a collection in the ViewModel.Answered | 10 Replies | 2152 Views | Created by Rebecca M. Riordan - Wednesday, April 24, 2013 3:45 PM | Last reply by Sachin S - Sunday, April 28, 2013 6:23 AM - Items 1 to 20 of 405438 Next ›
No announcements