In opposition to the run-time of a software, its design-time represents the time where it's being created.
I am working without expression blend and just using the XAML editor in vs2010. The wisdom of this aside, I …
wpf data-binding xaml designer design-timeI data-binded version number to appear as follows: <Window <!-- ... --> DataContext="{Binding RelativeSource={RelativeSource Self}}"> &…
wpf visual-studio xaml data-binding design-timeI have a class (control), implementing ICustomTypeDescriptor, which is used both at design-time and run-time by PropertyGrid for customization. I …
c# .net design-timeUsing Windows 7 and Visual Studio 2010, I am writing a C# custom UserControl. I was coding in code view for weeks …
.net winforms visual-studio-2010 user-controls design-timeOk I am getting sick of this problem. I am trying to make UserControl where I can populate its content …
wpf xaml dependency-properties observablecollection design-timeI need to get a list of all components on the Form at Design-Time (not controls, just components). The components …
delphi ide components design-timeI have a method call in the constructor of my user control that does something that won't work at design …
c# visual-studio design-timeI cannot find any information for the following question: is there a possibility to set width to columns for QTableWidget …
qt design-time qtablewidget