rubberduck-vba / Rubberduck3

COM add-in for the VBIDE
GNU General Public License v3.0
89 stars 17 forks source link

DialogShell user control #56

Closed retailcoder closed 11 months ago

retailcoder commented 1 year ago

As I was drawing various mock-ups it occurred to me that we're going to want a coherent user interface, and we're going to be constantly reinventing the wheel if we don't do this.

Let's write a XAML user control that will set the tone for all RD3 dialogs and prompts. Something like this:

Image

ViewModel would include:

The bare-bones default configuration might look like this:

Image