WPF Datagrid Column Width codebehind
- by mikemuhl
Hi, i would like to replace the following xaml code :
<Custom:DataGridTextColumn Header=" " Width="*"/>in codebehind. This xaml code fills my header to the end with my style..
this is what i want to get
|name | number | this area uses "mystyle" end of grid -|
this is what i now get :
|name | number | unstyled area! end of grid -|
as u see, i would like to fill the unstyled area with my style, done this with xaml:
now need in cb pls ;)