I would like to write a custom window in wpf which contains grid rows and columns. From my child main window (using the custom window) I have to add controls inside the grid rows and columns that is in the base custom window. How to achieve
this ?
↧