No announcements
Found 2756069 threads
-
8 Votes
Data Binding in WPF compare to Windows Forms
Personally, I like the loose coupling between the UI and the business layer which is enforced when using WPF and the MVVM pattern.Answered | 6 Replies | 9185 Views | Created by Niketrk - Friday, May 14, 2010 4:41 AM | Last reply by Aland Li - Tuesday, May 25, 2010 2:11 PM -
0 Votes
WPF Menu Binding Issues.
You cannot define two DataTemplates for the same data type.Answered | 2 Replies | 1125 Views | Created by Terrence-Jones - Saturday, September 5, 2015 2:45 PM | Last reply by Magnus (MM8) - Sunday, September 6, 2015 2:42 PM -
0 Votes
WPF GridViewColumn Binding
The problem with the new program is that when I add items the data from the last item replaces all the data from all the items already in the ...Answered | 2 Replies | 4077 Views | Created by perstam - Sunday, May 2, 2010 2:49 PM | Last reply by perstam - Monday, May 3, 2010 4:11 PM -
0 Votes
WPF Data bindings not get updated
INPC is only required to allow you to set values in code and have WPF automatically see them.Answered | 7 Replies | 2598 Views | Created by Geethanga - Wednesday, November 9, 2011 4:50 PM | Last reply by Geethanga - Monday, November 14, 2011 4:06 AM -
2 Votes
data binding in wpf
if i am binding the data to a listview what is the display member path?Answered | 11 Replies | 2866 Views | Created by hopefullProgrammer - Thursday, November 17, 2011 10:07 AM | Last reply by Annabella Luo - Friday, November 25, 2011 6:00 AM -
0 Votes
Get rid of binding error when applying a binding in a style
I see this as a bug in WPF.Answered | 9 Replies | 1985 Views | Created by oviradoi - Wednesday, June 10, 2015 7:04 PM | Last reply by Andy ONeill - Thursday, June 11, 2015 3:11 PM -
1 Votes
Apply Binding to a control in C#?
Binding b = new Binding(); b.Source = treeViewItem; b.Path = new PropertyPath("IsSelected"); b.Converter= ...Answered | 1 Replies | 4455 Views | Created by chefgon - Thursday, April 23, 2009 7:40 PM | Last reply by Richard Gavel - Thursday, April 23, 2009 8:37 PM -
0 Votes
WPF-Binding
This applies to one-way bindings.Answered | 5 Replies | 506 Views | Created by xiaolei_zh - Thursday, November 26, 2015 8:26 AM | Last reply by Magnus (MM8) - Friday, November 27, 2015 3:55 PM -
0 Votes
Bindings in XAML in WPF MVVM!
Your best bet is to get a good grounding in wpf generally.Answered | 2 Replies | 675 Views | Created by Rakkk - Friday, April 17, 2015 2:22 PM | Last reply by Andy ONeill - Saturday, April 18, 2015 8:49 AM -
0 Votes
how to bind popup window data with wpf datagrid
Hi Jeetendra, u can make a Property that relates to the SelectedItem of the grid and Bind the same prpperty with the PopUP controls for example if ur ...Answered | 2 Replies | 5284 Views | Created by JeetendraGuru - Tuesday, November 30, 2010 1:24 PM | Last reply by Sheldon _Xiao - Tuesday, December 7, 2010 3:46 AM -
0 Votes
WPF binding leak
If the source property ("SomeProperty" in your sample markup) is a CLR property of a class that doesn't implement the INotifyPropertyChanged interface, you should set the Mode of ...Answered | 1 Replies | 2208 Views | Created by ShamanSoft - Saturday, October 29, 2016 10:32 PM | Last reply by Magnus (MM8) - Sunday, October 30, 2016 7:56 PM -
1 Votes
BOOLEAN PROPERTY BINDING WPF
When you click another RadioButton in the same group, the unchecked RadioButton calls ClearValue to uncheck itself, which also removes the binding.Answered | 4 Replies | 6059 Views | Created by michele78988888 - Sunday, November 21, 2010 6:49 PM | Last reply by Min Zhu - Tuesday, November 23, 2010 6:43 AM -
0 Votes
Combobox Binding using WPF
So, in XAML, am using "FieldName" property to bind the data to particular column.Answered | 5 Replies | 1307 Views | Created by kkrish1 - Wednesday, November 26, 2014 4:31 PM | Last reply by Andy ONeill - Monday, December 1, 2014 4:07 PM -
1 Votes
WPF data binding resources for SQL Server
If there's nothing like this in WPF I'll be pretty disappointed.Answered | 4 Replies | 2511 Views | Created by Matt S- - Thursday, April 26, 2012 1:16 PM | Last reply by Sheldon _Xiao - Tuesday, May 8, 2012 8:51 AM -
0 Votes
How to bind LINQ to WPF control?
The WPF Toolkit provides a full DataGrid (due to be part of the framework in WPF 4.0) that supports binding to LINQ Queries.Answered | 2 Replies | 4450 Views | Created by DennisMadsen - Thursday, April 23, 2009 7:33 AM | Last reply by Brownie Points - Thursday, April 23, 2009 5:01 PM -
0 Votes
Wpf - datagrid binding
Technet articles: WPF: Layout Lab; All my Technet ArticlesAnswered | 5 Replies | 401 Views | Created by GaryK - Tuesday, January 19, 2016 3:13 PM | Last reply by Andy ONeill - Tuesday, January 19, 2016 4:31 PM -
6 Votes
Is that a WPF binding bug
" You are changing the data source but WPF's binding system doesn't know that, you didn't tell it you changed the collection.Answered | 14 Replies | 2130 Views | Created by guruvn - Friday, September 21, 2012 6:20 AM | Last reply by Matt Searles - Tuesday, September 25, 2012 2:01 AM -
2 Votes
Binding in WPF
Hi Dellai, Also you can try to create a DP in your window level, and bind the text of textblock to the DP to achieve your goal.Answered | 7 Replies | 2807 Views | Created by Houssem Dellai - Wednesday, July 25, 2012 6:32 PM | Last reply by Houssem Dellai - Sunday, July 29, 2012 9:37 AM -
0 Votes
Debugging WPF data binding, sometimes it seems like guess work.
John Smith has a blog on this here Says to use Snoop and a set a break point in a coverter.Answered | 1 Replies | 3756 Views | Created by Schwartzberg - Thursday, June 19, 2008 6:11 PM | Last reply by Schwartzberg - Thursday, June 19, 2008 6:36 PM -
0 Votes
WPF TextBox Binding
If you want to set it to 0 when the TextBox is cleared, you could use a converter class: <Grid ...Answered | 2 Replies | 982 Views | Created by Ahamed.Mohideen - Thursday, October 1, 2015 9:30 AM | Last reply by Magnus (MM8) - Thursday, October 1, 2015 3:04 PM - Items 1 to 20 of 2756069 Next ›
No announcements