No announcements
Found 2543957 threads
-
1 Votes
VS2010 - DataGrid: How to center text vertically in DataGrid cells in a DataGridTextColumn
To increase readability of the Grid I tried to use DataGrid.RowHeight=25.Answered | 3 Replies | 2531 Views | Created by Jörg Debus - Saturday, August 3, 2013 10:49 AM | Last reply by Jörg Debus - Monday, August 5, 2013 3:20 PM -
0 Votes
How to dynamically get a list of items in vertical grid view
Now let me talk about the vertical gridview My item template will show a header that will have just abstract information.Answered | 3 Replies | 1214 Views | Created by Minu7 - Monday, August 4, 2014 6:14 PM | Last reply by Sharif Nezar - Sunday, August 17, 2014 6:25 PM -
0 Votes
how to center grid column header (not the cells)
I've already had clients remark on how silly it looks the way it is now.Answered | 3 Replies | 2484 Views | Created by csharp4Programmer - Wednesday, August 24, 2011 3:02 PM | Last reply by Yann Duran - Thursday, August 25, 2011 2:03 AM -
0 Votes
center picture horizontally in menu item of menu grid
Here is an example for you: <Menu Width="500" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" ...Answered | 1 Replies | 1598 Views | Created by skippyV - Thursday, July 23, 2015 8:36 PM | Last reply by Magnus (MM8) - Thursday, July 23, 2015 9:12 PM -
2 Votes
How do I vertically center the menu items in a menu control
On Menu item 1.2, the menu item is centered correctly, but why isn't Menu item 1.4???Answered | 7 Replies | 10100 Views | Created by jhoop2002 - Monday, November 21, 2011 4:41 AM | Last reply by Annabella Luo - Monday, December 5, 2011 3:41 AM -
1 Votes
Merge cells vertically?
Check the below linksAnswered | 1 Replies | 1274 Views | Created by Helixpoint - Wednesday, September 2, 2015 10:44 AM | Last reply by Milan Das - Wednesday, September 2, 2015 10:50 AM -
0 Votes
center controls inside grid
Hey, just put the controls in a horizontal StackPanel and then Center the StackPanel into the Grid like this: <Grid> ...Answered | 1 Replies | 1750 Views | Created by Amy Gx - Tuesday, July 17, 2012 12:58 PM | Last reply by Michael Osthege - Tuesday, July 17, 2012 1:24 PM -
0 Votes
How to vertically center an item in a grid cell?
User400570 postedI struggled a bit to have the labels of my grid rows vertically centered in a listview template but finally got it.Unanswered | 10 Replies | 21683 Views | Created by Anonymous - Thursday, July 17, 2014 3:23 PM | Last reply by Anonymous - Wednesday, April 14, 2021 9:05 PM -
0 Votes
Validation of grid cell
How can I do above explained tasks with grid?Answered | 8 Replies | 6245 Views | Created by Roomi Azmi - Wednesday, November 18, 2009 8:29 PM | Last reply by Roomi Azmi - Saturday, November 21, 2009 4:54 AM -
0 Votes
Tab Item Vertical Orientation
i tried to modify the the template too. it was stacked before but now it isn' i don't know how but, i worked it out somehow.Answered | 2 Replies | 6655 Views | Created by Parry Chan - Sunday, July 4, 2010 10:03 AM | Last reply by Parry Chan - Sunday, July 4, 2010 6:09 PM -
0 Votes
grid view cell header ?????????
Now my admins told that he need this merge data in the heading of the status column cell that is the cell number 7.Answered | 5 Replies | 1755 Views | Created by starnitin - Monday, September 17, 2012 9:39 AM | Last reply by Mitja Bonca - Tuesday, September 18, 2012 7:37 AM -
0 Votes
How to disable a cell in a data grid
false); row.Cells[1].ReadOnly = ...Answered | 4 Replies | 3848 Views | Created by Amit Jhingran - Tuesday, December 28, 2010 4:29 AM | Last reply by Love Dot Net - Tuesday, December 28, 2010 11:47 AM -
1 Votes
grid cell content click
On closing FORM3, my calling grid Form is there waiting for me to click on another cell an repeat the process.Answered | 4 Replies | 1612 Views | Created by BONIETE - Thursday, February 18, 2016 10:53 AM | Last reply by Andrew Mordi - Wednesday, February 24, 2016 4:57 AM -
0 Votes
WPF: How to make the DatePickertext field display in center vertically?
the link: https://tarundotnet.wordpress.com/2011/12/19/how-to-enlarge-or-re-size-calendar-in-wpf-datepicker/ show an example for how to enlarge ...Answered | 3 Replies | 9402 Views | Created by JJChen - Tuesday, March 3, 2015 4:54 PM | Last reply by JJChen - Friday, March 6, 2015 12:30 AM -
0 Votes
WPF Grid : How to detect coordinates of the cell clicked ?
http://www.scottlogic.co.uk/blog/wpf/2008/12/wpf-datagrid-detecting-clicked-cell-and-row/Answered | 2 Replies | 4773 Views | Created by Nazim YENIER - Wednesday, July 29, 2009 10:28 AM | Last reply by Kenneth Haugland - Wednesday, July 29, 2009 11:47 AM -
5 Votes
How To Add Buttons To Specific Cells Of Grid In WPF
To get a 7x7 Grid you should add 7 RowDefintions and 7 ColumnDefintions.Answered | 4 Replies | 16810 Views | Created by black94 - Monday, January 5, 2015 4:54 AM | Last reply by Magnus (MM8) - Tuesday, January 6, 2015 6:38 PM -
0 Votes
How to center Listbox Items
Since you haven't posted any of your code we can only guess what the current XAML markup of your ListBox looks like but if you want to lay out the items in it horizontally and center ...Answered | 1 Replies | 1347 Views | Created by wakefun - Tuesday, March 25, 2014 8:17 PM | Last reply by Magnus (MM8) - Tuesday, March 25, 2014 8:27 PM -
0 Votes
Arranging scatterview items into a grid
There is no pseudo-grid control.Answered | 4 Replies | 4971 Views | Created by tanya.a - Thursday, March 25, 2010 1:10 PM | Last reply by Luis Cabrera - MSFT - Thursday, April 1, 2010 3:39 PM -
0 Votes
WPF Grid : How to detect coordinates of the cell clicked ?
(dep is DataGridCell)) { dep = VisualTreeHelper.GetParent(dep); } //Is the dep a cell or outside the bounds of ...Answered | 4 Replies | 10046 Views | Created by Nazim YENIER - Wednesday, July 29, 2009 10:30 AM | Last reply by Kenneth Haugland - Friday, July 31, 2009 10:28 PM -
0 Votes
Timephased grid is not displayed in Approval Center
It is a New Task request, thats why the grid is not appearing.Answered | 5 Replies | 1644 Views | Created by Amit.Wairkar - Tuesday, April 22, 2014 8:44 AM | Last reply by Dale Howard [MVP] - Wednesday, April 23, 2014 1:57 PM - Items 1 to 20 of 2543957 Next ›
No announcements