We're working on our first major WPF app. Isn't it possible to have test data that can be displayed in controls, especially ListBoxes, DataGrid, etc., that would make it easier to style those controls? And such that, when you're running the app in Visual
Studio, then the test data isn't seen. How is that done?
Rod