Questions tagged [designview]
27 questions
13
votes
2 answers
Design time data for datatemplate in xaml
This may be a stupid question, but is it possible to define some sample data as DataContext in order to see my DataTemplate in DesignView?
At the moment I always have to run my application to see whether my changes are working.
E.g. with the…

MTR
- 1,690
- 3
- 20
- 47
8
votes
3 answers
Flash Builder 4.7 commercial application - no design view
I have programmed a large, commercial level mobile application using Flash Builder 4.6. It is working GREAT when ran on both iOS and Android devices.
I was using the trial version of Flash Builder 4.6 to develop this application. I used the…

Jesse Rallo
- 163
- 1
- 2
- 9
4
votes
2 answers
NetBeans design view size - zooming in/out
Quick question - is it possible to zoom in / out the Design view in NetBeans?
I am making an app in Java that has a fixed frame size (my laptop's fullscreen) and I can't see the whole frame in the design view what is a bit inconvenient. I found…

bochen421
- 161
- 3
- 14
3
votes
3 answers
Design view not getting displayed on Android Studio
I just imported a project, but when i try to enter design view this shows up:
My current gradle version is the latest 26.0.2 by the way. I'm not sure what to do, anyone have an idea?
Here are some Gradle Scripts:
apply plugin:…

Rengaw
- 149
- 2
- 14
3
votes
2 answers
See UI changes in design view with WPF & XAML and data binding?
I was just watching this video on XAML where he created a clock and noticed he could actually see all the changes he is doing from C Sharp in the Xaml design view.
At 33:30 he creates his class: https://youtu.be/Wb-l0e6WYE0?t=2008
At 37:10 he binds…

Clint Eastwood
- 165
- 3
- 10
3
votes
1 answer
Android - "Exception raised during rendering: Could not initialize class libcore.util.ZoneInfoDB" on preview and design view
I get this render problem when trying to view the preview or design view in some of my my xml layouts:
Exception raised during rendering: Could not initialize class libcore.util.ZoneInfoDB
Here is one of my layouts with the problem:

Timmo
- 2,266
- 4
- 34
- 54
2
votes
2 answers
Can I programmatically determine (OLEDB) which column length is being exceeded?
For some reason, I can't open the Design View of the MS Access table in question; I can look at the data but not the desing, specifically, the length of columns.
When I try to insert a record into said table with this code:
using (var conn = new…

B. Clay Shannon-B. Crow Raven
- 8,547
- 144
- 472
- 862
2
votes
3 answers
Visual Studio 2008 Report Server Project Design View not working
When I create a new Reporting Services report or try to open an existing report (that has been working) in Visual Studio 2008. I cannot view the design. I get no error message and it only shows html code in the "Design View". I've tried reinstalling…

skynate
- 21
- 1
- 4
2
votes
2 answers
Unable to open winform with user control in design view
In a project I'm working on, I've moved all the winforms' resource files (with strings only) to a resource dll, which also has a static class that loads all the resource file strings to memory at project start, and each form gets its strings from…

Guy
- 325
- 1
- 3
- 18
1
vote
1 answer
When using View Code on a XOML file, designer view is displayed
In Visual Studio:
When you right-click on a xoml file in the solution explorer and select "View Code" it takes you to the designer (design view).
Steps to Reproduce
create a xoml
add something into the code-behind [I used C#]
Close the…
phuntism
1
vote
1 answer
Standalone GWT Design Viewer
I am using GWT in Eclipse, but I couldn't make use of GWT Designer. It keeps on giving me errors. With the same code, my friend is able to use GWT Designer in his Eclipse. And added to that, GWT Designer consumes a lot of memory.
So I just need to…

Manikandaraj Srinivasan
- 3,557
- 5
- 35
- 62
1
vote
1 answer
Error Implementing Design Time Data Template
I want to display dummy data in the design window of a WPF GridView and found a similar example: Answer: Design time data for datatemplate in xaml - Stack Overflow
I created a new WPF App (.NET Framework 4.6.1) named WpfDataTemplate and copied in…

Steven
- 13,501
- 27
- 102
- 146
1
vote
3 answers
What is the bottom space on the Windows Forms design view?
I'm trying to learn about Windows Forms Application. Now, as I was creating a DataSet, Binding source, Table adapters. I noticed they show up on a bottom section on the design view. My question is: What is that section, and what goes in there?

J.P Masangcay
- 759
- 2
- 10
- 28
1
vote
1 answer
How to display a resource dictionary items in design view?
I want to display my resource dictionary items with my custom design view, i want to make a ListView to show the keys with the values. and can edit withing the design view.
-i want to be able to edit my dictionary within visual studio desiner.

Henka Programmer
- 433
- 6
- 18
1
vote
0 answers
Elements overlapping in design view in Visual Studio 2010
I have a long job application form, about 7000px in length, with several tables that contain form inputs (textboxes, radio buttons, etc.). Each table is nested in its own div (applicant info, work history, education etc.). I intend to make the…

Bill D
- 33
- 6