No announcements
Found 1376621 threads
-
0 Votes
Binding Item property to Visibility
I am using Data binding to bind Button Visibility property to a boolean in the collection item.Answered | 1 Replies | 3857 Views | Created by JTBS - Friday, February 27, 2009 6:07 PM | Last reply by JTBS - Friday, February 27, 2009 6:27 PM -
0 Votes
Changing GridView Item Properties
<GridView> <GridView.ItemTemplate> <DataTemplate> <Grid Background="{StaticResource ...Answered | 2 Replies | 1822 Views | Created by ajw08f - Thursday, February 14, 2013 10:45 PM | Last reply by Metronic - Friday, February 15, 2013 9:09 AM -
1 Votes
[XAML] Need item number binding for gridview items
>Is there any way to bind data to that textbox which is there in the girdview data template to show the item number?Answered | 6 Replies | 636 Views | Created by Sunil A M - Monday, February 22, 2016 9:58 AM | Last reply by pkr2000 - Tuesday, February 23, 2016 7:51 AM -
0 Votes
Binding to properties on ObservableCollection problem
Yep, so in the example I showed, the AllItems property is your ItemsSource, and your ViewModelList is the MyItems property.Answered | 7 Replies | 3987 Views | Created by t ssw - Sunday, December 13, 2009 11:18 PM | Last reply by Matt Searles - Thursday, December 17, 2009 12:09 AM -
1 Votes
Binding IsEnabled to List count.
I'd recommend to add a boolean property HasChildren to your ResourceCheckBox.cs public bool HasChildren { ...Answered | 2 Replies | 9244 Views | Created by Mohnish Khiani - Friday, April 20, 2012 3:29 PM | Last reply by Chris-von-der-Wiese - Friday, April 20, 2012 7:20 PM -
0 Votes
Binding Visibility property to item count in a GridView
'; target element is 'Windows.UI.Xaml.Controls.TextBlock' (Name='EmptyText'); target property is 'Visibility' (type 'Visibility') But I got this to work ...Unanswered | 3 Replies | 2555 Views | Created by Liechtenschwein - Saturday, August 2, 2014 3:28 PM | Last reply by Liechtenschwein - Friday, August 8, 2014 12:32 PM -
0 Votes
Bind list item to attached property
All UI elements within WPF have a DataContext and this dependency property is inherited.Answered | 2 Replies | 3537 Views | Created by jmwatson - Friday, October 3, 2008 7:18 AM | Last reply by jmwatson - Friday, October 3, 2008 1:53 PM -
0 Votes
Data binding about GridView
The key point is that for the binding to know it needs to update there must be a mechanism to announce that the property has changed.Answered | 9 Replies | 5419 Views | Created by cissytt - Wednesday, December 14, 2011 9:40 AM | Last reply by cissytt - Friday, December 16, 2011 5:14 AM -
0 Votes
How to bind the items count of listbox in XAML
Sample: <Window x:Class="WpfApplication17.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...Answered | 3 Replies | 19564 Views | Created by chandu928 - Friday, June 5, 2009 6:01 AM | Last reply by RajibDotnet - Thursday, December 30, 2010 4:25 AM -
0 Votes
Binding a Datagrid Column Visibility property
Hi there I am trying to set a Datagrid Column visibility to 'Hidden'.Answered | 3 Replies | 6238 Views | Created by Joe.com - Monday, March 29, 2010 8:52 PM | Last reply by Jim Zhou - MSFT - Tuesday, March 30, 2010 12:26 PM -
0 Votes
Visible Property of Combobox
Only performance counts!Answered | 4 Replies | 3117 Views | Created by sazd1 - Friday, August 14, 2009 12:20 PM | Last reply by sazd1 - Saturday, August 15, 2009 11:23 AM -
1 Votes
Cannot bind list of items in GridView column
</ItemsControl.ItemTemplate> </ItemsControl> </Expander> </DataTemplate> ...Answered | 2 Replies | 574 Views | Created by PandorumTE - Sunday, July 24, 2016 10:40 AM | Last reply by Magnus (MM8) - Monday, July 25, 2016 5:57 PM -
0 Votes
Binding FileSize Property to Text Block
Hi, There is no property in StorageFile to get the file size directly.Answered | 2 Replies | 1350 Views | Created by Santana George - Saturday, March 30, 2013 6:56 AM | Last reply by Santana George - Tuesday, April 9, 2013 6:10 PM -
0 Votes
DataGrid : Problem binding Items to Combobox and Properties
All properties used in your code & my code are the same, even their values are same.Answered | 8 Replies | 1108 Views | Created by truptivd - Saturday, December 14, 2013 2:38 PM | Last reply by truptivd - Monday, December 16, 2013 11:03 AM -
1 Votes
Binding SelectedItem to a property of the DefaultViewModel
<GridView Name="gridView" ItemsSource="{Binding Items}" ...Answered | 10 Replies | 2227 Views | Created by Rebecca M. Riordan - Wednesday, April 24, 2013 3:45 PM | Last reply by Sachin S - Sunday, April 28, 2013 6:23 AM -
0 Votes
List box Item template visibility
You do not want to show the combobox based on "SelectedItem" property of the listbox.Answered | 3 Replies | 4204 Views | Created by Serge Calderara - Wednesday, May 2, 2012 11:01 AM | Last reply by Serge Calderara - Wednesday, May 2, 2012 12:41 PM -
0 Votes
Items count of Wpf Combobox remains zero even after Binding the ItemsSource property from code behind
From the code you have shown us, you never set the value of Companies (the property, it would be better to name the property different than the type name).Answered | 1 Replies | 3011 Views | Created by Praveen_npb - Monday, July 9, 2012 11:01 AM | Last reply by sqlguy - Monday, July 9, 2012 11:33 AM -
0 Votes
Bind to inherited property
Since you are using a binding converter you could bind to the IObservableVector itself, defining the binding converter similarly to the following: ...Answered | 3 Replies | 1036 Views | Created by Liechtenschwein - Friday, August 8, 2014 12:53 PM | Last reply by Sharif Nezar - Sunday, August 17, 2014 5:50 PM -
0 Votes
Problem with Gridview and non visible columns.
Of course you can not get the hidden value from GridView you know why?Answered | 3 Replies | 6436 Views | Created by SBarberPro - Friday, February 3, 2012 9:26 PM | Last reply by Ahmed Naji - Saturday, February 4, 2012 7:12 AM -
0 Votes
How to bind a GridViewColumn's width to a property?
You should set the Mode of the binding to TwoWay: <GridViewColumn Width="{Binding LogCol1Width, Mode=TwoWay}" /> Then ...Answered | 1 Replies | 1163 Views | Created by Richard.Haggard - Monday, November 9, 2015 1:46 AM | Last reply by Magnus (MM8) - Monday, November 9, 2015 4:26 PM - Items 1 to 20 of 1376621 Next ›
No announcements