No announcements
Found 2046525 threads
-
2 Votes
binding with custom display
None that I know of, and I've been pure WPF for a couple of years now.Answered | 4 Replies | 3705 Views | Created by alihijazi - Thursday, October 7, 2010 7:05 PM | Last reply by Olaf Rabbachin - Friday, October 8, 2010 9:16 AM -
0 Votes
WPF Custom binding Collection to non dependency property
http://babaandthepigman.wordpress.com/2010/02/14/wpf-commanding-and-data-annotations-validation/ and htt ...Answered | 10 Replies | 5807 Views | Created by Syslock - Friday, April 8, 2011 12:01 PM | Last reply by Andy ONeill - Friday, April 15, 2011 1:40 PM -
8 Votes
Data Binding in WPF compare to Windows Forms
Hi, I think the main advantage of WPF over Windows Forms is not data binding, but data templating: the type of the data can determine ...Answered | 6 Replies | 9425 Views | Created by Niketrk - Friday, May 14, 2010 4:41 AM | Last reply by Aland Li - Tuesday, May 25, 2010 2:11 PM -
2 Votes
data binding in wpf
if i am binding the data to a listview what is the display member path?Answered | 11 Replies | 2951 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
WPF Menu Binding Issues.
You cannot define two DataTemplates for the same data type.Answered | 2 Replies | 1225 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
Display data in WPF
I recently start working with WPF and I want to display data in my form.Answered | 2 Replies | 4202 Views | Created by cs_sagittarius - Sunday, May 23, 2010 8:40 AM | Last reply by cs_sagittarius - Monday, May 24, 2010 6:08 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 | 2669 Views | Created by ShamanSoft - Saturday, October 29, 2016 10:32 PM | Last reply by Magnus (MM8) - Sunday, October 30, 2016 7:56 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 | 2675 Views | Created by Geethanga - Wednesday, November 9, 2011 4:50 PM | Last reply by Geethanga - Monday, November 14, 2011 4:06 AM -
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 "list".Answered | 2 Replies | 4150 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-Binding
https://social.msdn.microsoft.com/Forums/vstudio/en-US/8819f0d6-4c18-480c-941d-94cee18713e1/how-to-update-dependency-property-without-breaking-binding?Answered | 5 Replies | 581 Views | Created by xiaolei_zh - Thursday, November 26, 2015 8:26 AM | Last reply by Magnus (MM8) - Friday, November 27, 2015 3:55 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 | 2564 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
WPF binding with text
How can I study further the wpf, If I can't make this simple binding work.Answered | 19 Replies | 5197 Views | Created by jambyvedar - Monday, July 4, 2011 6:55 AM | Last reply by jambyvedar - Monday, August 8, 2011 4:02 AM -
0 Votes
Data Templates / Binding question
I need to display the books list and enable the user to mark those he wants return.Answered | 4 Replies | 3436 Views | Created by WPFTraveler - Monday, February 23, 2009 2:40 PM | Last reply by Sergi Diaz - Monday, February 23, 2009 4:43 PM -
2 Votes
WPF Display
If you want to display the display name of the currently logged in user, you could add a reference to System.DirectoryServices.AccountManagement.dll and use the ...Answered | 2 Replies | 440 Views | Created by Query1 WPF - Thursday, December 3, 2015 11:06 AM | Last reply by Magnus (MM8) - Thursday, December 3, 2015 4:20 PM -
1 Votes
WPF SVG binding in code behind
Although you can't bind svg, it's possible to convert them to geometries.Answered | 3 Replies | 5579 Views | Created by PankajDeharia - Monday, November 17, 2014 11:01 AM | Last reply by Andy ONeill - Tuesday, November 18, 2014 8:33 AM -
0 Votes
Bindings in XAML in WPF MVVM!
Your best bet is to get a good grounding in wpf generally.Answered | 2 Replies | 792 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
WPF custom control with binding and validation.
Hi Hareen, Additonal, you could refer to this article and adapt it to your specific ...Answered | 2 Replies | 11108 Views | Created by Hareen - Saturday, April 23, 2011 5:37 AM | Last reply by Sheldon _Xiao - Monday, April 25, 2011 7:44 AM -
0 Votes
WPF associate custom data to controls in markup
Hi, All framework elements have a Tag property: http://msdn.microsoft.com/en-us/library/system.windows.frameworkelement.tag.aspx This is a ...Answered | 1 Replies | 4045 Views | Created by Liviu Uba - Thursday, August 14, 2008 1:47 PM | Last reply by Colin Eberhardt - Thursday, August 14, 2008 1:54 PM -
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 | 5397 Views | Created by JeetendraGuru - Tuesday, November 30, 2010 1:24 PM | Last reply by Sheldon _Xiao - Tuesday, December 7, 2010 3:46 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 | 2879 Views | Created by Houssem Dellai - Wednesday, July 25, 2012 6:32 PM | Last reply by Houssem Dellai - Sunday, July 29, 2012 9:37 AM - Items 1 to 20 of 2046525 Next ›
No announcements