No announcements
Found 1609600 threads
-
2 Votes
casting <THEAD> to HTMLRow
The headings are dinamicly created in the code.Answered | 2 Replies | 4385 Views | Created by VicGr - Thursday, February 3, 2011 2:31 PM | Last reply by Mathew Aniyan MSFT - Sunday, May 22, 2011 10:39 AM -
0 Votes
ListView not creating thead
User-6180675 posted Just remove the runat="server" attribute from the <table> tag inside your listview layout template control.Also I have removed the same ...Answered | 1 Replies | 43 Views | Created by Anonymous - Friday, December 16, 2016 9:03 PM | Last reply by Anonymous - Saturday, December 17, 2016 8:48 AM -
0 Votes
How to find out <thead><td></td><thead> using regular expression in c#
How about specifying the single-line mode and then use the pattern as below: Match match = Regex.Match( input, @"<thead>.Answered | 4 Replies | 1486 Views | Created by Soniya Singh - Monday, March 14, 2016 12:38 PM | Last reply by Wyck - Tuesday, March 15, 2016 4:16 AM -
1 Votes
creating listview dynamically
>I am new to wpf and I want a to create a listview where the items of the listview is dynamically generated The visual items in a ListView is ...Answered | 2 Replies | 1669 Views | Created by preetham1992 - Monday, October 13, 2014 6:34 AM | Last reply by Magnus (MM8) - Monday, October 13, 2014 10:31 AM -
3 Votes
Creating a ListView in WPF ?
Sometimes I don't have a Image's Source and I create an Image during a process.Answered | 5 Replies | 4707 Views | Created by Mohammad Dayyan - Monday, January 4, 2010 5:51 PM | Last reply by Mohammad Dayyan - Saturday, January 9, 2010 4:23 AM -
0 Votes
create a listview webpart - programatically
Following is reference for creating listview webpart using SPDataSource.Answered | 4 Replies | 5211 Views | Created by Bokes - Tuesday, June 2, 2009 6:08 AM | Last reply by Bokes - Tuesday, June 2, 2009 8:52 AM -
3 Votes
[UWP]Creating a UniformGrid for ListView
If anyone is interested in or following this topic, I published my post on creating this UniformGrid ...Answered | 7 Replies | 5097 Views | Created by SelAromDotNet - Monday, July 6, 2015 5:45 AM | Last reply by BasketcaseSoftware - Monday, November 23, 2015 5:32 AM -
1 Votes
How to create Listview with both Gridlayout and ListLayout
How are you declaring them/creating them?Answered | 5 Replies | 3210 Views | Created by sddhhanover - Monday, August 13, 2012 4:36 AM | Last reply by Kraig Brockschmidt [MSFT] - Friday, August 24, 2012 5:06 PM -
0 Votes
ListView thead and tbody not appearing
User1073914741 posted For others who who are interested, it would seem that the ASP.NET compiler doesn't know what a <thead> tag is and so the only way to get it to ...Answered | 3 Replies | 46 Views | Created by Anonymous - Saturday, January 9, 2010 7:21 PM | Last reply by Anonymous - Friday, May 7, 2010 4:28 AM -
0 Votes
Listview
hi all , i'm veronica, and i need something ...Answered | 3 Replies | 3013 Views | Created by veronica_01 - Saturday, January 15, 2011 4:46 AM | Last reply by urprob - Saturday, January 15, 2011 1:00 PM -
0 Votes
how to get the item from listview to another listview ?
i have 2 listview and i want to get the item from the listview to another listview like when i select an item from listview1 i can get the total ltrs of it from the ...Answered | 1 Replies | 864 Views | Created by yOyie_333 - Sunday, June 8, 2014 1:26 AM | Last reply by Acamar - Sunday, June 8, 2014 1:51 AM -
0 Votes
listview does not load all the columns in the second listview
Maybe you have forgotten to set the ListView's View property to Details, or maybe you have to added the columns to the ListView.Answered | 4 Replies | 273 Views | Created by alobi - Tuesday, February 6, 2018 8:46 PM | Last reply by alobi - Wednesday, February 7, 2018 6:11 AM -
1 Votes
Listview
When I add a ListView to a form and add ColumnHeader1 in ColumnHeader Collection Editor the header doesn't show in the ListView in the form.Answered | 2 Replies | 1714 Views | Created by old-ocker - Thursday, September 20, 2012 9:21 AM | Last reply by old-ocker - Thursday, September 20, 2012 11:04 AM -
0 Votes
How to create a listview with sorting and paging
Hi RockSon, For Pagind u can use DataVirtualisation because ListView and ListBox provides it by Default...Answered | 2 Replies | 5584 Views | Created by Rockson D - Thursday, February 10, 2011 4:05 PM | Last reply by Yves.Z - Thursday, February 17, 2011 8:38 AM -
0 Votes
How to create the Nested Listview in windows store apps
A nested listview: protected override void OnNavigatedTo(NavigationEventArgs e) { List<Rocket> RocketList = new ...Answered | 1 Replies | 2212 Views | Created by shaik amair - Wednesday, August 7, 2013 9:07 AM | Last reply by Matt Small - Wednesday, August 7, 2013 6:18 PM -
1 Votes
Nest a ListView inside a Listview WPF
You have Stains as the ItemsSource for the embedded ListView but in your definition of TestData the collection is named StainList.Answered | 2 Replies | 1549 Views | Created by detroit8420 - Thursday, February 11, 2016 1:48 AM | Last reply by detroit8420 - Thursday, February 11, 2016 2:23 PM -
0 Votes
refresh listview
List<T> dose not implement the interface INotifyCollectionChanged so the ListView can not get the notification when source changed.Answered | 2 Replies | 4242 Views | Created by zleug - Tuesday, April 6, 2010 2:52 AM | Last reply by Jie Bao - Wednesday, April 7, 2010 3:45 AM -
0 Votes
THead
User372121194 posted Hi Miguel, Based on my understanding, you want to use the use the html control (such as tbody and thead) in another control, and ...Answered | 3 Replies | 79 Views | Created by Anonymous - Thursday, November 15, 2007 4:45 PM | Last reply by Anonymous - Monday, November 19, 2007 10:40 PM -
0 Votes
How to create multiple listviews programmatically that use the same datatemplate for the items.
In this sample, only one listview is created.Answered | 10 Replies | 3511 Views | Created by SteveTT5 - Thursday, April 18, 2013 4:59 PM | Last reply by SteveTT5 - Friday, April 19, 2013 4:58 AM - Items 1 to 20 of 1609600 Next ›
No announcements