I have divided a Column in the DataGrid with Grid and when I set ShoeGridLines=true it shows as a dotted lines. I want to change this Grid's BorderColor Similar to DataGrid Border Color.
I am still struggling with XAML. Please let me know how to be familiar with XAML. Using Blend will help us? Where can I start?
Note: I am workiong in Silverlight 2. When I create a project in Blend it still opens the Silverlight 1.How can I upgrade to work in Silverlight 2
Note: I am workiong in Silverlight 2. When I create a project in Blend it still opens the Silverlight 1.How can I upgrade to work in Silverlight 2
Download Blend Service Pack 1 here. Blend makes a lot of these things a lot easier. You can edit your Grid in Blend and then
check the Xaml to how it made the changes.
-- bryant
Blog | Twitter _________________
Dont forget to click "Mark as Answer" on the post that helped you.
a_anandraj@h...
Member
15 Points
163 Posts
Changing the Grid's Border Color similar to DataGrid Border Color
Nov 21, 2008 12:13 PM | LINK
Hi
I have divided a Column in the DataGrid with Grid and when I set ShoeGridLines=true it shows as a dotted lines. I want to change this Grid's BorderColor Similar to DataGrid Border Color.
I am still struggling with XAML. Please let me know how to be familiar with XAML. Using Blend will help us? Where can I start?
Note: I am workiong in Silverlight 2. When I create a project in Blend it still opens the Silverlight 1.How can I upgrade to work in Silverlight 2
Thanks
Anandraj.A.
prujohn
Contributor
3609 Points
713 Posts
Re: Changing the Grid's Border Color similar to DataGrid Border Color
Nov 21, 2008 03:32 PM | LINK
Blend is really helpful for design work. Are you using Blend 2, with Service Pack 1 installed?
John
LUCA Studios
bryant
Star
10113 Points
1662 Posts
Re: Changing the Grid's Border Color similar to DataGrid Border Color
Nov 21, 2008 07:12 PM | LINK
Download Blend Service Pack 1 here. Blend makes a lot of these things a lot easier. You can edit your Grid in Blend and then check the Xaml to how it made the changes.
Blog | Twitter
_________________
Dont forget to click "Mark as Answer" on the post that helped you.