Is it possible to preview data-bound controls with dummy data in the designer in Visual Studio for Mac? With WPF and Visual Studio for Windows I've used MVVM Light and ViewModelBase.IsInDesignModeStatic to set up dummy values for data-bound properties on my ViewModels that show up in the Visual Studio designer (and Blend). Is something similar possible with Eto? If not, what is the recommended way to preview data-bound UI to get a feel for layout, size, etc.
Thanks!