No announcements
Found 1605224 threads
-
0 Votes
Binding Combobox itemssource to List that is not part of the ListView's ItemsSource
<ComboBox DataContext="{Binding DataContext,RelativeSource={RelativeSource AncestorType={x:Type ListView}}}" ...Answered | 6 Replies | 10739 Views | Created by WRBehning - Monday, June 11, 2012 8:12 PM | Last reply by WRBehning - Wednesday, June 13, 2012 9:49 PM -
0 Votes
Combobox inside Listbox binding issue
You can not set as selected item of combobox to selecteditem of listbox, because they both items coming from difference reference.Answered | 6 Replies | 5500 Views | Created by santee - Monday, November 29, 2010 5:33 PM | Last reply by Sheldon _Xiao - Tuesday, December 7, 2010 3:34 AM -
0 Votes
dynamically binding data to a combobox in datagridview
In this case, you have to update the datasource used to fill the combobox after each selection and then fill the combobox items after doing a clear.Answered | 3 Replies | 4017 Views | Created by Suraj Chandran - Friday, September 11, 2009 9:31 AM | Last reply by Rohini Chavakula - Monday, September 14, 2009 7:56 AM -
1 Votes
ComboBox in Listbox Binding issue, scrolling sets everything empty
I have made a ListView with blend.Answered | 1 Replies | 894 Views | Created by Tigyi János - Wednesday, October 14, 2015 2:51 PM | Last reply by Andy ONeill - Wednesday, October 14, 2015 3:58 PM -
1 Votes
WPF - How to Refresh() ListView and/or ComboBox binding to a DB?
Here's a link that shows how to bind ...Answered | 12 Replies | 11867 Views | Created by javoRosas - Monday, September 5, 2011 5:39 AM | Last reply by Developer_M - Monday, July 28, 2014 6:13 AM -
0 Votes
Binding ComboBox to a Listbox, Listview or Datagridview ...
Hi Forest, Try the following code for your combobox, more information about Windows Store app Binding can be ...Unanswered | 3 Replies | 1233 Views | Created by ForestRich - Wednesday, October 23, 2013 10:49 AM | Last reply by ForestRich - Thursday, October 31, 2013 10:08 AM -
0 Votes
Data Binding for combobox control in windows store app
check this once http://www.c-sharpcorner.com/UploadFile/74f20d/binding-a-collection-of-item-to-a-control-in-metro-style-app/ since you have ...Answered | 1 Replies | 4423 Views | Created by Akmeem - Wednesday, December 19, 2012 9:33 AM | Last reply by Nazia Firdouse - Wednesday, December 19, 2012 1:15 PM -
2 Votes
bind combobox similar to datagridview
The difference between a combobox and a datagridview is mainly that with a combobox you have to tell which columns are showed, while in a ...Answered | 3 Replies | 3099 Views | Created by Rick_in_Alpharetta - Friday, March 26, 2010 6:08 PM | Last reply by Cor Ligthert - Monday, March 29, 2010 8:35 AM -
1 Votes
Combobox Binding Problem
I don't know if it's quite the same, but I once tried to use a ComboBox in a ListView's GridViewColumn with the ComboBox ItemsSource bound to a path off the ...Answered | 5 Replies | 4076 Views | Created by slouge - Friday, December 19, 2008 1:24 PM | Last reply by RokShox - Friday, December 19, 2008 6:10 PM -
0 Votes
From datagridview naar listbox
(There are 3th party multicolumn texboxes, but in fact is a DataGridView without the rowheader and the columnheader a multicolumn listbox).Answered | 4 Replies | 2100 Views | Created by KeesBlunder - Thursday, February 23, 2012 1:37 PM | Last reply by Cor Ligthert - Thursday, February 23, 2012 3:59 PM -
1 Votes
How to Bind DataGridView's ComboBox Selectedvalue to Cell or DataSource
Best regards, Mike Feng MSDN Community Support | Feedback to us Develop and promote your apps in Windows ...Answered | 8 Replies | 6407 Views | Created by George Waters - Monday, April 22, 2013 7:48 AM | Last reply by Mike Feng - Sunday, May 5, 2013 8:24 AM -
0 Votes
Listview with combobox...
Use a DataGridView, the listview is not suitable for what you ask.Answered | 1 Replies | 3036 Views | Created by Aslan E - Monday, March 22, 2010 8:32 AM | Last reply by Cor Ligthert - Monday, March 22, 2010 8:36 AM -
1 Votes
Switch container between a ComboBox and ListView
There are various solutions: - create a custom control and change the control template - create a property of type control and bind to property to the content of a ...Answered | 3 Replies | 4426 Views | Created by Max Palmer - Tuesday, May 19, 2009 9:47 AM | Last reply by Tao Liang - Thursday, May 21, 2009 7:06 AM -
0 Votes
How to create the Nested Listview in windows store apps
A nested listview: protected override void OnNavigatedTo(NavigationEventArgs e) { List<Rocket> RocketList = new ...Answered | 1 Replies | 2378 Views | Created by shaik amair - Wednesday, August 7, 2013 9:07 AM | Last reply by Matt Small - Wednesday, August 7, 2013 6:18 PM -
0 Votes
difference between listview and listbox
Hi Weblineindia, I think that you can add and use the Listview and Listbox controls to your Windows Store app to get a better understanding ...Answered | 3 Replies | 17963 Views | Created by Weblineindia - Saturday, October 27, 2012 9:54 AM | Last reply by Vicky Song - Monday, October 29, 2012 9:04 AM -
0 Votes
Bind combobox selected item to listview in Metro App C#
I've added the async keyword but I still get red lines here: objService.GetVmDetailsByRoleAsync(diploma.ToString()); I think my coding is wrong but I'm not ...Answered | 4 Replies | 2986 Views | Created by Dewi Abdullah - Thursday, July 4, 2013 9:42 AM | Last reply by jeremyddorf - Sunday, March 15, 2015 3:32 PM -
0 Votes
datagridview ComboBox
I have a datagridview and a combobox in the datagridview. also i have set the datagridview datasource.Answered | 1 Replies | 2620 Views | Created by QLoveQ - Monday, August 15, 2011 5:56 AM | Last reply by YosrJ - Monday, August 15, 2011 7:50 AM -
2 Votes
Datagridview combobox FormatException error
I haveAnswered | 4 Replies | 1024 Views | Created by kingelk - Wednesday, November 23, 2016 2:44 AM | Last reply by Kareninstructor - Wednesday, November 23, 2016 10:12 AM -
0 Votes
Binding a ComboBox in a ListView ...yet again....
As I see it the ONLY reference to the horizontal data (StateLocation) in the ComboBox is SelectedValue which is using the ItemsSource of the ...Answered | 2 Replies | 5708 Views | Created by Dezzz - Wednesday, July 25, 2007 8:06 PM | Last reply by Dezzz - Friday, July 27, 2007 9:42 AM -
0 Votes
ListBox binding issue
Edit: After reading another post about ListView vs.Answered | 10 Replies | 3508 Views | Created by Lisa19 - Tuesday, May 29, 2012 11:15 AM | Last reply by Lisa19 - Saturday, June 9, 2012 3:00 AM - Items 1 to 20 of 1605224 Next ›
No announcements