A view in a RAD (Rapid Application Development) tool that allows you to design what the user sees.
Questions tagged [design-view]
64 questions
2
votes
0 answers
WPF Designer view crashes on loading in .NET Core 3.0
I'm developing a .NET Core 3.0 WPF application on my main computer. This works as it should but when I transfer this project to my laptop (through GitHub) and open it, I get the following error message when I open a XAML view.
The .NET Core 3.0…

Jason Landbridge
- 968
- 12
- 17
2
votes
0 answers
How do I focus on controls inside an asp.net table in the design view (VS2010)?
I created an asp table in the markup view and inside the table row/cells.
I insert controls too.
It works fine.
When I go to the design view I and I point the table, I can't get to the controls inside the table,
How do I focus on the controls…

Rodniko
- 4,926
- 20
- 69
- 93
2
votes
1 answer
MS Access keeps crashing when opening a query in Design View
I have a query that keeps crashing the entire DB. It runs fine (and fast) and I can open it in SQL view, but when I click Design View I get the error message that says something like "MS Access has stopped working. Windows is checking for a…

whatwhatwhat
- 1,991
- 4
- 31
- 50
2
votes
2 answers
MS Access 2010 (Design View): return Monday of the current week with Monday as 1st day of the week
I need to make my Access query always return the Monday of the current week. I have seen a few solutions on Google/StackOverflow but they are written in SQL and I am a beginner in creating Access queries (I am using the Design view to make them).…

whatwhatwhat
- 1,991
- 4
- 31
- 50
2
votes
1 answer
Resources Not showing in Designer View Visual Studio Windows Phone Application
All the strings which I am taking from External Resource File is not showing up in designer View. But When I run my application it shows that string.
My application is working but If it starts showing these texts in design view then I don't have to…

Yawar
- 1,924
- 3
- 29
- 39
2
votes
3 answers
Is there a way to prevent Visual Studio 2008 from opening a file in design view by default?
I'm writing an NUnit TextFixture for portions of a Windows Forms application. Some of the classes in the file are derived from UI component classes, like so:
[TestFixture]
public class MainFormTest : PersistenceTestBase // Base class here is not a…

Ogre Psalm33
- 21,366
- 16
- 74
- 92
2
votes
4 answers
Blend for Visual Studio 2012 design view not working
I'm working on a Windows Store App in Visual Studio 2012 and decided it might be easier to start using blend for the interface and layout. But in my attempts to make this layout design easier for myself, I have run into a problem with the design…

Aimee Jones
- 881
- 2
- 18
- 38
1
vote
1 answer
ASP.NET Changes in the sitemap file do not show up in the Design View for the Menu Control
In my ASP.net site, I have a menu nicely styled control that works just fine on the local server. It is linked to a SiteMapDataSource.
My trouble is that the Design View does not show the current menu structure. Put differently, changes in the XML…

rteder
- 11
- 2
1
vote
0 answers
Multi-Device Designer Views Not Found in Delphi Project
For some reason, the project that I have been working on no longer allows me to change the 'View' on the Multi-Device View Designer drop downs. I select the 'Style' to be IOS and the 'View' shows me a list of a number of available views (i.e.,…

Leonard M.
- 179
- 3
- 17
1
vote
1 answer
i can't find the design viewer option in my visual studio community
when I create a new project the first time I can see the Design viewer option, but when I close VS and reload the project the second time I can't see the design viewer anymore, I didn't find the solution please help!

Boukhames Karim
- 53
- 1
- 1
- 3
1
vote
1 answer
Unable to add a view to my existing database in couchDB
I have an existing design document. I want to import this design view using curl POST command. so that I can view this in fauxton.
{
"total_rows": 1,
"offset": 1,
"rows": [
{
"id": "_design/editor",
"key":…

Abhinandan prasad
- 1,009
- 7
- 13
1
vote
2 answers
Does WebStorm have a design view
Does WebStorm have a design view like Dreamweaver?
I have been searching for it for a while but no clear answer found.
If not, can you please suggest an alternative to Dreamweaver that has a design view?

Zuzu JH
- 607
- 2
- 10
- 22
1
vote
0 answers
How to scroll JPanel while in design view in Eclipse?
I am using the Eclipse IDE and I am making a program using the Java Swing Class. This allows me to see the actual design of the GUI while I am making it from the Design View. However, I have a JScrollPane which is for some reason stuck in the middle…

Lakshya Goyal
- 360
- 1
- 6
- 24
1
vote
0 answers
MS Access: Can a grouping be displayed on the left side of the detail section instead of above it?
Imagine a regular ol' report that has generated data and has one grouping level. We all know that grouping adds a section above the detail section and in here we can put in the controls that hold the grouped fields.
However, is there a way to…

TheMortiestMorty
- 421
- 2
- 4
- 12
1
vote
2 answers
Problem loading UserControl with DLL reference in Design View
I have a C# project with a UserControl in it.
This user control depends on a particular C++ Mixed mode dll which in turns, acts as a facade to an unmanaged C++ DLL
C# C++ Mixed C++ Umnanaged
[ main app ]…

Eric
- 19,525
- 19
- 84
- 147