gitjsdr26
gitjsdr26
@Xaalek You can see below a sample of my DataGrid : ```
@KHALED-LAKEHAL I'm using MaterialDesign library 4.3.0.
I updated to Release 4.5.0. The issue is still present 
I just found the origin of the problem. It comes from setting the ColumnHeaderPadding to 4 in DataGrid definition. ` materialDesign:DataGridAssist.CellPadding="4" materialDesign:DataGridAssist.ColumnHeaderPadding="4"` Removing the padding, solve the problem : ...
I've the same need. Could you add a setting that could allow to set the Dialog box initial directory please ? Thank you.
I went into Ookii library code. then I found how to take into account the `InitialDirectory` property. You shall change this line of code into the file `VistaFileDialog.cs` Into method...
@nzain , sorry I don't know how to do this with GitHub.
But can we try to find a working workaround and then put it into the library ?
Actually I didn't found a stable workaround. If I do, I'll post a pull request. Regards.
Hi, Is this repository still alive ?