No announcements
Found 3506735 threads
-
0 Votes
[XAML]Access Flipview Item
Hello mskocabay, Please ...Answered | 2 Replies | 422 Views | Created by mskocabay - Friday, March 4, 2016 3:26 PM | Last reply by Krunal Parekh - Monday, March 7, 2016 5:52 AM -
0 Votes
Initialize ListView from Xaml
For multiple columns ListView, I’d use binding approach.Answered | 1 Replies | 5827 Views | Created by Mike Oliszewski - Monday, March 1, 2010 7:37 PM | Last reply by William Han - MSFT - Tuesday, March 2, 2010 6:45 AM -
1 Votes
How to find XAML path from inside an activity?
I am facing following issues while trying to find the XAML path from inside an activity at runtime...Answered | 17 Replies | 6456 Views | Created by haris hasan - Thursday, June 17, 2010 6:38 AM | Last reply by Tim Lovell-Smith - Friday, July 2, 2010 4:45 PM -
0 Votes
[U8.1][XAML] How to replaced image source inside listview?
If you handle the ItemClick event of the ListView you could use the VisualTreeHelper class to find the Image element in the visual tree and then set its Source ...Answered | 2 Replies | 384 Views | Created by Le Thien Hoang - Monday, July 6, 2015 11:35 AM | Last reply by Le Thien Hoang - Tuesday, July 7, 2015 10:35 AM -
1 Votes
[UWP][Xaml]Xaml Parsing Failed when subclassing ListBox/ListView/GridView
See: Building a custom control using XAML and C# FYI: When changing the root element of the XAML from UserControl to something ...Answered | 3 Replies | 2542 Views | Created by WouterJM - Tuesday, June 2, 2015 2:28 PM | Last reply by dermeister0 - Friday, December 25, 2015 6:31 PM -
0 Votes
WPF listView inside listView and selection change!
Is it that you want "Item" as a header for each of the subList items.In that case you can very well use a TreeView control also to display it.Answered | 1 Replies | 7054 Views | Created by coolerwl - Friday, October 30, 2009 8:33 AM | Last reply by Rahul P Nath - Saturday, October 31, 2009 5:59 AM -
0 Votes
[C#][XAML]SelectedItems from nested listview
Hello RohitKumar, Please see: ...Answered | 3 Replies | 1408 Views | Created by RohitrkKUmar - Monday, February 1, 2016 5:48 AM | Last reply by pkr2000 - Tuesday, February 2, 2016 10:46 PM -
1 Votes
Custom Control - ViewModel Communication XAML
Then in the xaml where you override the default template, set the property to your view models observable collection.Answered | 1 Replies | 980 Views | Created by JERRY MANALIL - Tuesday, February 25, 2014 1:52 PM | Last reply by Bryan Stump - Wednesday, February 26, 2014 5:28 AM -
0 Votes
[W8.1][XAML] ListView design
It seems that you have tried to post the image to show what the result/listview looks like, but the Image does not show.Answered | 3 Replies | 572 Views | Created by ata6502 - Friday, February 5, 2016 2:30 PM | Last reply by Amy Peng - Thursday, February 18, 2016 2:46 AM -
2 Votes
[XAML 8.1] Flexible ListView header
I have also found a similar solution ...Answered | 2 Replies | 689 Views | Created by ata6502 - Wednesday, August 26, 2015 11:58 PM | Last reply by ata6502 - Thursday, August 27, 2015 2:03 PM -
1 Votes
images inside listview/gridview column
into it - to the <image> which is given inside this datatemplate , any ideas for that ?Answered | 7 Replies | 9246 Views | Created by cruxdude - Tuesday, May 12, 2009 6:26 AM | Last reply by Tarun Jindal - Wednesday, May 13, 2009 5:31 AM -
0 Votes
[U8.1][XAML] how to set in "selectedBackground" of listview?
From this MSDN article, you will check that ListViewItemPresenter is not supported in Windows Phone app.Answered | 3 Replies | 1033 Views | Created by Le Thien Hoang - Monday, July 6, 2015 11:43 AM | Last reply by Victory S - Tuesday, July 7, 2015 5:25 AM -
0 Votes
get text from textbox inside listview
If you just give the TextBox an x:Name in the XAML markup to be able to identify it, you could use the following helper method that drills down the visual tree to find it: ...Answered | 2 Replies | 3421 Views | Created by Amit Ravindra Pawar - Sunday, January 11, 2015 11:02 AM | Last reply by Magnus (MM8) - Monday, January 12, 2015 12:11 PM -
0 Votes
XAML from Compiled Control?
I figured this wasn't possible, but asking the question has allowed me to learn more about how the XAML/BAML operate.Answered | 4 Replies | 3309 Views | Created by javaConvert - Wednesday, June 24, 2009 7:47 PM | Last reply by javaConvert - Friday, June 26, 2009 2:46 AM -
0 Votes
[WP8.1][XAML] How to bind Listview inside the datatemplate of another listview to another source.
>I want to bind a listview which is inside the Datatemplate of another listview to a completely different source.Answered | 4 Replies | 867 Views | Created by Sumesh Chandran - Thursday, July 2, 2015 2:12 AM | Last reply by Amy Peng - Tuesday, July 14, 2015 5:55 AM -
1 Votes
Nest a ListView inside a Listview WPF
I changed my code so many times trying to get this to work I don't know how I didn't make that change!Answered | 2 Replies | 1832 Views | Created by detroit8420 - Thursday, February 11, 2016 1:48 AM | Last reply by detroit8420 - Thursday, February 11, 2016 2:23 PM -
1 Votes
Setting the ItemSource for a ListView inside a ListView
My XAML page consists of a ListView in which each item in contains another ListView.Answered | 1 Replies | 593 Views | Created by Anurag Reddy - Thursday, February 25, 2016 4:42 PM | Last reply by Pete Daukintis - Thursday, February 25, 2016 5:52 PM -
0 Votes
[XAML] Binding Nested ListView
Also the when we bind the list to the ListView in the ListView's DateTemplate, we do not need use RelativeSource.Answered | 7 Replies | 1460 Views | Created by Vagelis Dermos - Sunday, July 3, 2016 3:14 PM | Last reply by Thanik - Sunday, July 31, 2016 4:34 PM -
2 Votes
How to write data into listview inside datagrid?
If you have enough from this thread, could you please mark a post or posts as answer.Answered | 10 Replies | 2294 Views | Created by TakeshiKitano - Friday, May 27, 2016 5:45 PM | Last reply by Andy ONeill - Monday, May 30, 2016 2:06 PM -
0 Votes
Help Please: how to change an item color inside a listview control
Basically i want to change the color of a text in a listview depending if the text is equal to Online, offline, AFK.Answered | 2 Replies | 1791 Views | Created by Avichai-Rebibo - Sunday, July 7, 2013 7:00 PM | Last reply by Avichai-Rebibo - Wednesday, July 10, 2013 1:26 PM - Items 1 to 20 of 3506735 Next ›
No announcements