wieslawsoltes / Dock

A docking layout system.
https://wieslawsoltes.github.io/Dock/
MIT License
915 stars 95 forks source link

Community Support Schedule and Approach #317

Closed harayuu9 closed 7 months ago

harayuu9 commented 7 months ago

First of all, thank you for creating a great library. You have expressed your intention not to write documentation, but even the Discussion that existed in the past does not exist, and there is no place where there is a Q&A for this library. The Dock library is relatively complex, and it is difficult to understand it by reading the repository code. So it would be nice if all the features were shown in the samples, but that doesn't seem to be the case.

(To give an example, I can't figure out how to dynamically add a ViewModel for a DocumentDock from C# just by looking at the sample.)

If your intention in this area is clear, I would appreciate it if you could clarify it.

wieslawsoltes commented 7 months ago

(To give an example, I can't figure out how to dynamically add a ViewModel for a DocumentDock from C# just by looking at the sample.)

Its in the simples sample: https://github.com/wieslawsoltes/Dock/blob/b81507abf419c26959e2d7b0a47d07673c47036a/samples/Notepad/ViewModels/MainWindowViewModel.cs#L78

harayuu9 commented 7 months ago

Thank you, it was present in the Notepad sample. Are you thinking of collecting these kind of beginner questions in Issues?

wieslawsoltes commented 7 months ago

Thank you, it was present in the Notepad sample. Are you thinking of collecting these kind of beginner questions in Issues?

No plans.