gitjsdr26

Results 21 comments of 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 ![image](https://user-images.githubusercontent.com/60319431/168158585-8ea360ca-2725-4897-93b8-b6e180fb110b.png)

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 : ![image](https://user-images.githubusercontent.com/60319431/168167507-d8660f15-9ff6-4757-bc3b-4fa31ee5bcd8.png)...

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 ?