No announcements
Found 2083885 threads
-
1 Votes
Listview content/column width issue
Hi I tried with your code plus the additions I have commented and everything 'fits' in the ListView.Answered | 10 Replies | 970 Views | Created by Arcdreamer - Wednesday, June 29, 2016 1:46 PM | Last reply by Arcdreamer - Monday, July 4, 2016 11:21 PM -
0 Votes
Listview can't be scrolled after column changes width
If the grid column is already set to auto, hiding all the contents should in theory hide the column.Answered | 9 Replies | 2897 Views | Created by JavierLSU - Wednesday, August 8, 2012 10:54 PM | Last reply by JavierLSU - Tuesday, August 14, 2012 4:45 PM -
0 Votes
listview header and column content
hi Aidan for the listview you have a choice of header text or column content.Answered | 2 Replies | 2123 Views | Created by Aidan - Thursday, March 8, 2012 9:57 PM | Last reply by Aidan - Friday, March 9, 2012 10:43 AM -
0 Votes
Listview assign database but how to adjust column width
For Each ch As ColumnHeader In ListView1.Columns ch.Width = -1 '1 ch.Width = -2 '2 Next Make the ...Answered | 2 Replies | 650 Views | Created by muhammadanzar - Tuesday, January 14, 2020 7:57 PM | Last reply by Julie Xu-MSFT - Wednesday, January 15, 2020 2:50 AM -
0 Votes
GridView, ListView Column Width
Since your images have the different width, if the count of the images is small, I will recommend you use the Grid/StackPanel to fill these images.Answered | 1 Replies | 978 Views | Created by Kelvyn Risso - Saturday, May 30, 2015 7:51 PM | Last reply by Amy Peng - Monday, June 1, 2015 11:00 AM -
0 Votes
ListView Columns Widths Using Percents
I am actually working on a similar scenario right now and have had to use converters to get the correct width.Answered | 2 Replies | 4139 Views | Created by RS72 - Monday, September 29, 2008 7:41 PM | Last reply by GeoffHardy - Monday, September 29, 2008 8:57 PM -
0 Votes
ListView: Set the right column to auto width
>How can I make the right column width to be "Auto" ?Answered | 4 Replies | 6607 Views | Created by Z. V - Friday, January 1, 2016 4:05 AM | Last reply by Andy ONeill - Monday, January 4, 2016 9:36 AM -
0 Votes
Listview - how to make the last column fill the width of the listview
this worked for me, where "lv" is my listview.Answered | 3 Replies | 24505 Views | Created by ubsman - Friday, September 14, 2007 10:51 PM | Last reply by jd-lwr - Wednesday, June 22, 2016 5:38 PM -
2 Votes
i use GridLayout to create a listview,every column have a same width?
You have specified the width for both classes to be 460px.Answered | 2 Replies | 3083 Views | Created by illegalusername - Wednesday, April 18, 2012 6:48 AM | Last reply by Jeff Sanders - Wednesday, April 18, 2012 2:20 PM -
5 Votes
WPF Listview that uses GridView Column content alignment
Bill Menees wrote: Ian Griffiths provides a simple way ...Answered | 10 Replies | 55910 Views | Created by LearningDotNetForEver - Friday, December 21, 2007 4:53 AM | Last reply by Joel Stein - Thursday, January 21, 2010 3:49 PM -
2 Votes
Create a listview with fixed height & width, no scrolling and dynamic columns addition with auto adjustment of column width,
I'm facing one issue for the above scenario: I can't find the key in [Column1], which is acting as subitems for the first ListViewItem.Answered | 5 Replies | 6685 Views | Created by Harry_Bhai - Friday, February 25, 2011 7:08 AM | Last reply by Mitja Bonca - Tuesday, March 8, 2011 1:43 PM -
0 Votes
Change column width of listView in edit mode ASP.NET
You could try removing those widths initially and see what you feel about how it looks.Answered | 3 Replies | 1970 Views | Created by sara_ss - Wednesday, March 4, 2015 2:54 PM | Last reply by Andy ONeill - Wednesday, March 4, 2015 3:46 PM -
1 Votes
gridview column width not adjusting
If it does not work, we can use ValueConverter to set the column's width.Answered | 3 Replies | 3224 Views | Created by Bill Swartz - Wednesday, June 26, 2013 6:32 PM | Last reply by Dummy yoyo - Thursday, July 4, 2013 10:17 AM -
0 Votes
ListView dont adjust width with Columnwidth
I thought i have to set a width binding between Column and the ListView.Answered | 2 Replies | 3963 Views | Created by mfelive.de - Friday, May 15, 2009 8:33 AM | Last reply by mfelive.de - Friday, May 15, 2009 10:00 AM -
6 Votes
"Star" size of a ListView column
Here is my "quicky" to this issue:Answered | 11 Replies | 78583 Views | Created by Jan10 - Thursday, April 12, 2007 4:14 PM | Last reply by Enrique Díaz A22 - Wednesday, March 19, 2014 11:54 AM -
1 Votes
Fit size to content of ListView columns
Hi, Based on my understanding, the ListViewItem actually copies its horizontal alignment to all the individual column, so it is impossible to control the alignment for the individual ...Answered | 1 Replies | 7085 Views | Created by Yoavo - Thursday, November 6, 2008 7:14 AM | Last reply by Jim Zhou - MSFT - Tuesday, November 11, 2008 6:49 AM -
2 Votes
Auto Resize Columns of ListView?
} } //Here ilv is the ListView ControlAnswered | 6 Replies | 25207 Views | Created by DiamonDogX - Monday, June 4, 2007 4:11 PM | Last reply by C'Sharp.and.Swift - Tuesday, June 24, 2014 3:01 PM -
1 Votes
settings variable width for template of listView
Hi Jeff I'm currently working on creating my viewBox inside of my listView.Answered | 11 Replies | 3237 Views | Created by Syllogism - Friday, August 17, 2012 2:34 PM | Last reply by Syllogism - Monday, August 27, 2012 4:39 PM -
0 Votes
How to set ListView column width to fill the whole space?
hi ,Parth Shah After using converter ,I slove this problem .But when I change column width, problom still is not ...Answered | 6 Replies | 11335 Views | Created by Tank J - Wednesday, August 17, 2011 6:28 AM | Last reply by Tank J - Wednesday, August 17, 2011 9:05 AM -
2 Votes
setting smallicon view listview items bounds to a uniform width, irrespective of content
Anyhow nothing worked until I added a Column to the ListView.Answered | 3 Replies | 1652 Views | Created by .paul. _ - Monday, May 19, 2014 8:22 PM | Last reply by Mr. Monkeyboy - Tuesday, May 20, 2014 3:23 AM - Items 1 to 20 of 2083885 Next ›
No announcements