Microsoft
Software
Hardware
Network
Question : Silverlight convert XAML to xaml.cs code at runtime
eaderStyle
>
HeaderStyl
e>
Following code can create a column at runtime, but I would like to use multiple line column haeader as shown above.
DataGrid dataGrid1 = new DataGrid();
dataGrid1.AutoGenerateColu
mns = false;
DataGridTextColumn col1 = new DataGridTextColumn();
col1.Binding = new Binding();
col1.Width = DataGridLength.Auto;
col1.Header = "Auto";
dataGrid1.Columns.Add(col1
);
Thanks,
Ashok
Answer : Silverlight convert XAML to xaml.cs code at runtime
Try
col1.Header = "Department\n" + "Dates";
Random Solutions
Multiple Consoles in C# .Net
Unable to add XP Clients to new MS Server 2003 Domain
Can not register DNS for new 2003 domain controller. Using infoblox appliance for dns.
Automatic Update Query
PictureBox DataBinding
Begin Trans.Commit Trans.Rollback Trans
SQL Update Statement Help Needed - in an Access ADP
Duplicate Resource IDs
Get month by month total count
2007 Microsoft Access Database with SBS 2003 Standard