No announcements
Found 1387721 threads
-
1 Votes
Data Binding a ComboBox in xaml
where N is an index of your string array in the list PTAnswered | 2 Replies | 6357 Views | Created by Jeff26 - Wednesday, May 4, 2011 7:06 PM | Last reply by Jeff26 - Thursday, May 5, 2011 12:43 PM -
0 Votes
XAML binding with async data
Just set the data context manually in the code behind.Answered | 6 Replies | 1459 Views | Created by SergioT - Wednesday, June 17, 2015 10:44 PM | Last reply by Andy ONeill - Friday, June 19, 2015 2:43 PM -
1 Votes
ComboBox Data Binding in XAML
I understood how to bind it to a combo box but if a server have more than one instance, the server appears more than one.Answered | 6 Replies | 10459 Views | Created by Forum Craig - Tuesday, February 10, 2009 3:22 AM | Last reply by Sherif Ahmed - Sunday, April 4, 2010 2:59 AM -
0 Votes
Binding in XAML
How can I bind urls(parameter) to the Source in XAML?Answered | 9 Replies | 5433 Views | Created by Eliazar Dominantez - Saturday, November 27, 2010 1:58 PM | Last reply by Sheldon _Xiao - Monday, December 6, 2010 9:05 AM -
1 Votes
Data binding between a tooltip and an object in xaml
There's a great tutorial on how to do what you're trying to accomplish by Karl ...Answered | 2 Replies | 5296 Views | Created by xl3k - Monday, May 10, 2010 9:55 AM | Last reply by aaj23 - Monday, May 10, 2010 12:49 PM -
1 Votes
Binding-Array-XAML
It gets data from the firts Item by default.Answered | 3 Replies | 14947 Views | Created by Smarty - Tuesday, September 1, 2009 11:08 AM | Last reply by Hua Chen - Wednesday, September 2, 2009 7:20 AM -
4 Votes
XAML Data Binding
= null) { var myTextBlock = viewBox.FindVisualChild<TextBlock>(); } and using the following GridView declaration: ...Answered | 10 Replies | 3313 Views | Created by RARP-34 - Thursday, October 25, 2012 3:44 AM | Last reply by RARP-34 - Saturday, October 27, 2012 1:18 PM -
0 Votes
[UWP]Binding Data between C# and Xaml(UWP,HtmlAgility,Xaml)
>” Then i wanna bind Tables which i just grabbed from internet with XAML,do u know how to accopmlish that?”Answered | 5 Replies | 796 Views | Created by Clancyli - Wednesday, May 25, 2016 10:38 PM | Last reply by Clancyli - Thursday, June 9, 2016 4:13 PM -
1 Votes
binding to an observablecollection using XAML
I thought that ObservableCollection supports the INotifyPropertyChanged Interface, so why can't I bind directly to it like I bind to dependency properties?Answered | 5 Replies | 8920 Views | Created by Bernd van Velsen - Friday, May 15, 2009 7:12 AM | Last reply by Simon.R - Tuesday, May 26, 2009 9:49 AM -
0 Votes
Conditional Binding with XAML
} In the xaml: <TextBlock Text="{Binding yourPath}" Background="{Binding yourPath, ...Answered | 4 Replies | 13938 Views | Created by ori123 - Monday, October 18, 2010 8:30 PM | Last reply by ori123 - Tuesday, October 19, 2010 8:56 PM -
0 Votes
Property binding in XAML
Also any code declarations aren't going to be compatible with Expression Blend or any other other XAML tools, so I'd like to eliminate the FontWeightOptions class ...Answered | 3 Replies | 3075 Views | Created by Myndale - Wednesday, July 14, 2010 2:46 AM | Last reply by Roberto Pallucchini - Wednesday, July 14, 2010 6:22 AM -
3 Votes
Bind Image source in XAML
Hi, Yes, binding is recommended.Answered | 4 Replies | 1122 Views | Created by Preveen - Wednesday, May 29, 2019 12:19 AM | Last reply by Roy Li - Thursday, May 30, 2019 2:23 AM -
0 Votes
xaml binding List to IObservableMap
Thanks for your help, but I think, this IS possible for "Windows-WPF" and Silverlight by specifying "{Binding Key}" or ...Answered | 3 Replies | 2976 Views | Created by AntoninHofmann - Thursday, September 27, 2012 8:30 AM | Last reply by AntoninHofmann - Sunday, October 7, 2012 4:22 PM -
1 Votes
Binding to Element within Xaml
KrunalC, Use below code <TextBox x:Name="TB1" Tag="{Binding ElementName=TB2}" ...Answered | 3 Replies | 1701 Views | Created by KrunalC - Monday, September 3, 2012 9:59 AM | Last reply by KrunalC - Tuesday, September 4, 2012 8:35 AM -
0 Votes
No-Code/XAML Workflows and Binding
The goal of our system is to allow non-programmers the ability to modify the workflows and binding would make that much safer.Answered | 3 Replies | 3688 Views | Created by SyntaxUnknown - Monday, January 5, 2009 8:13 PM | Last reply by Ryan Vice - Friday, January 9, 2009 5:48 PM -
0 Votes
XAML binding to a collection property
The DataGrid's ItemSource bind with DataServiceCollection<Photo> Photo property and then bind with following XAML code.Answered | 8 Replies | 2119 Views | Created by 000ABC - Tuesday, August 15, 2017 10:19 AM | Last reply by Weiwei Cai - Thursday, August 17, 2017 12:59 AM -
0 Votes
Binding PagedCollectionView in the Xaml
Hi , How Do bind the pagedcollectionview in the xaml file it selfI am using ...Answered | 2 Replies | 1525 Views | Created by Vijay.Akkaladevi - Tuesday, August 26, 2014 6:53 AM | Last reply by Just Karl - Tuesday, August 26, 2014 1:55 PM -
2 Votes
Xaml Binding to empty collection
I'm not sure how you would make the Binding on the DataTrigger generic though.Answered | 7 Replies | 3809 Views | Created by Peter Moessinger - Friday, January 25, 2013 2:48 PM | Last reply by Sheldon _Xiao - Tuesday, February 5, 2013 9:54 AM -
0 Votes
Simple binding not working in xaml
First add an empty xmlns namespace prefix to your root element <Beverages xmlns=""> Second: Change in your ListView.ItemTemplate the ...Answered | 3 Replies | 3745 Views | Created by BIT_Andy - Friday, May 1, 2009 7:39 PM | Last reply by BIT_Andy - Saturday, May 2, 2009 6:12 AM -
0 Votes
Bindings in XAML in WPF MVVM!
They bind to relaycommands which are an implementation of icommand.Answered | 2 Replies | 658 Views | Created by Rakkk - Friday, April 17, 2015 2:22 PM | Last reply by Andy ONeill - Saturday, April 18, 2015 8:49 AM - Items 1 to 20 of 1387721 Next ›
No announcements