Hello;
I am working on a project with the following requirements :
- I have a dashboard with a set of tile view items in different size (large, small, medium).
- Each tile item size has its content.
- In the normal (medium) view, I need to add a button "properties". When the user clicks on, a child window will be opened in order to set the properties of the tile view item and filter the information to be displayed in the different views.
I am stuck in the third part. As the tile view item is a user control, I found a solution on internet based on behavior which allows me to open the child window, however, i cannot implement the close & OK buttons using MVVM.
I need your support on this point.
Thanks for your help.
Best regards
Sam
I am working on a project with the following requirements :
- I have a dashboard with a set of tile view items in different size (large, small, medium).
- Each tile item size has its content.
- In the normal (medium) view, I need to add a button "properties". When the user clicks on, a child window will be opened in order to set the properties of the tile view item and filter the information to be displayed in the different views.
I am stuck in the third part. As the tile view item is a user control, I found a solution on internet based on behavior which allows me to open the child window, however, i cannot implement the close & OK buttons using MVVM.
I need your support on this point.
Thanks for your help.
Best regards
Sam