No announcements
-
0 Votes
Custom binding class is not working correctly
to set a ValueConverter to my property binding, XAML looks like this: <Window.Resources> <local:MyValueConverter ...Answered | 1 Replies | 3768 Views | Created by rene001 - Friday, June 19, 2009 11:40 AM | Last reply by rene001 - Monday, June 22, 2009 1:29 PM -
0 Votes
DataContext binding update order: TabItem vs. StackPanel
; <ListBox ItemsSource="{Binding Path=Objects}" DisplayMemberPath="Name" ... -
0 Votes
WPF Master detail Binding?
{ return _itemName; } set { _itemName = value; } } } My XAML is:Unanswered | 1 Replies | 3235 Views | Created by Sivakanth trichy - Friday, August 12, 2011 11:33 AM | Last reply by hbarck - Friday, August 12, 2011 6:11 PM -
0 Votes
a little bit of binding trouble
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:clr="clr-namespace:WinFXUI" ...Answered | 1 Replies | 4575 Views | Created by patrickinminneapolis - Friday, March 16, 2007 3:10 AM | Last reply by patrickinminneapolis - Thursday, March 22, 2007 3:43 PM -
1 Votes
Binding RelativeSource Problem
I have a problem with RelativeSource binding. I would like to pass the UserControl as the CommandParameter This is the XAML and part of the view model ...Answered | 2 Replies | 3729 Views | Created by ysteiger - Friday, July 17, 2009 7:40 AM | Last reply by ysteiger - Monday, July 20, 2009 9:16 AM -
0 Votes
VS2012 doesn't generate the complete DataGrid xaml for a dropped entity
;200" HorizontalAlignment="Left" ItemsSource="{Binding ElementName=customerDomainDataSource, Path=Data}" ...Answered | 2 Replies | 1066 Views | Created by Nick0610 - Tuesday, October 16, 2012 10:26 AM | Last reply by Nick0610 - Saturday, October 20, 2012 5:46 PM -
0 Votes
Why isn't this binding in realtime?
Answered | 2 Replies | 3064 Views | Created by David M Morton - Saturday, June 13, 2009 10:29 PM | Last reply by David M Morton - Sunday, June 14, 2009 2:59 AM -
1 Votes
How to implement ICustomPropertyProvider
Hi, I search the document, GetCustomProperty is used for Binding.Path project. You can bind to a property of the source object by setting the ...Answered | 3 Replies | 2549 Views | Created by diltsman - Wednesday, January 30, 2013 9:30 PM | Last reply by Jesse Jiang - Monday, February 4, 2013 9:27 AM -
0 Votes
Unable to BIND the name property of TextBox control
. I tried setting the name of the TextBox control in the below code snippet using x:Name = {Binding Path=SampleNames} and Name = ... -
0 Votes
How to manually set when DelegateCommand.CanExecute executes?
); } } Now then.. in my gui I have a button and in Xaml I bind to this command using this code:Answered | 1 Replies | 7901 Views | Created by Jeroennn - Thursday, October 28, 2010 7:02 AM | Last reply by Bruno Sonnino - Saturday, October 30, 2010 12:31 PM -
0 Votes
Property Binding in Usercontrol
set through binding from outer viewmodel. XAML and code of user control is as follws;Discussion | 2 Replies | 1064 Views | Created by HK.Lee-Subs - Tuesday, September 18, 2012 1:33 PM | Last reply by HK.Lee-Subs - Friday, September 21, 2012 9:04 AM -
0 Votes
ArgumentException with an AttachedProperty in XAML
Unanswered | 2 Replies | 1019 Views | Created by IT-Nico - Thursday, July 18, 2013 6:36 AM | Last reply by IT-Nico - Tuesday, July 23, 2013 7:06 PM -
0 Votes
Binding a collection to a ListBox using MVVM
Consider the following XAML: <ListBox DockPanel.Dock ="Bottom" ItemsSource ="{Binding Path=Thumbnails}"> ...Answered | 1 Replies | 4251 Views | Created by chribben - Monday, September 7, 2009 6:00 AM | Last reply by chribben - Monday, September 7, 2009 11:25 AM -
0 Votes
How can I set value of property of ViewModel declared in xaml?
; <vm:MainPageViewModel x:Name="mainPageViewModel" WorkSpaceRelativeUrl="{Binding ElementName=mainPage, Path=Url}"/>Answered | 1 Replies | 1786 Views | Created by Gaëtan Karre - Friday, November 26, 2010 6:35 AM | Last reply by Tommy5201 - Monday, November 29, 2010 3:13 AM -
0 Votes
format string to date in datagridtextcolumn
Set StringFormat in your binding {Binding Path=StartData, StringFormat=d} For other string format for date you can refer following ...Answered | 1 Replies | 415 Views | Created by zleug - Tuesday, July 19, 2016 2:56 PM | Last reply by Khanna Gaurav - Tuesday, July 19, 2016 4:40 PM -
0 Votes
SelectedIndex of Binded ListBox
, the listbox has a datatemplate so each item is just a textblock with the path to the image. Then I have an Image object which has its source binded to that path. Now I ...Answered | 2 Replies | 3355 Views | Created by forsberg - Monday, May 18, 2009 3:33 PM | Last reply by forsberg - Monday, May 18, 2009 3:59 PM -
0 Votes
Why twoway binding fires combobox SelectionChanged event?
;cbMembershipType_SelectionChanged" ItemsSource="{Binding Path=Lookups.Agreements,Mode=OneTime,Source={StaticResource ...Unanswered | 4 Replies | 6310 Views | Created by lax4u - Thursday, September 16, 2010 1:48 PM | Last reply by Tommy5201 - Tuesday, September 28, 2010 5:36 AM -
0 Votes
Can't bind to window dependency property in dynamically loaded XAML
<TextBox Text="{Binding ElementName=ThisWindow, Path=UniqueName, FallbackValue=NoBinding}"/> < -
0 Votes
Please help, I suck at Form data binding
this.DataContext = aModel in the loaded event. In my view xaml, I have my textboxes with the Text="{Binding path=CustomerNamem, mode=TwoWay}" ...Answered | 1 Replies | 2839 Views | Created by BillG1955 - Friday, August 6, 2010 4:31 PM | Last reply by Vladimir.Ilic - Friday, August 6, 2010 5:15 PM -
0 Votes
SelectedIndex binding between two comboboxes
; <DataTrigger Binding="{Binding ElementName=comboA, Path=SelectedIndex}" ...Answered | 1 Replies | 4758 Views | Created by tmccoid - Wednesday, November 11, 2009 9:11 PM | Last reply by TimmyGR - Thursday, November 12, 2009 3:08 PM
No announcements