Skip to main content
Home Forums Silverlight Programming Report a Silverlight Bug DataGrid in ScrollViewer
3 replies. Latest Post by Allen Chen – MSFT on June 22, 2008.
(0)
Leonid A...
Member
636 points
137 Posts
06-17-2008 7:55 AM |
When datagrid is placed on the page like in sample, it doesn't occupy all place of grid's cell (1, 1) and it(DataGrid) is incompletely drows by Silverlight. In beta 1 all was fine. <UserControl x:Class="ControlsTest.Page"
</
snelldl
148 points
141 Posts
06-17-2008 9:46 AM |
I found that as well - if no data is bound to the datagrid, it doesn't draw anything, not even column headers.
06-17-2008 10:01 AM |
No, datagrid drows rectangle, but you can bound to some data in pageLoad or comment ScrollViewer tags - you can see difference
Allen Ch...
Star
13862 points
1,803 Posts
06-22-2008 11:05 PM |
Hi:
Thanks for your reporting. It's a known issue that being worked on.
Regards