0

Currently i am using WPF XAML. I've designed a GUI in XAML and on runtime is everything fine with the binding. There are some details which i want to modify on the GUI, but i can't perform it because i don't have any preview.

Is there a way to add some items in design time?

Tony B
  • 344
  • 5
  • 19

1 Answers1

0

Have a look at Blend for Visual Studio: https://msdn.microsoft.com/en-us/library/jj170517.aspx

WPMed
  • 1,414
  • 1
  • 13
  • 25
  • i openend blend, but there's no data tab. Is there no way directly in VS itself without having another window open? i don't like it ... – Tony B May 19 '16 at 08:03
  • possible solution: http://stackoverflow.com/questions/1889966/what-approaches-are-available-to-dummy-design-time-data-in-wpf – Tony B May 19 '16 at 08:07