I have an input form that I want to edit in visual studios design view. The form is placed within a scroll viewer but since the form is so long I can figure out how to actually scroll the scroll viewer so I can edit further down in the form since the design window is only showing what fits in the window size. Is it possible to edit the entirety of the scroll viewer?
Share
You can either put the form into a
UserControland edit it there without scrollbars or you can increase the size of theWindowat design time but leave it at its normal size at run-time. You can achieve the latter effect by adding this to your XAML file: