design-time
Component doesn't get serialized
I create a control with a property with type of (DataGridView开发者_JAVA技巧ColumnColection). For setting this component at design time, I create a custom designer. At design time every thing is ok.[详细]
2023-02-16 22:11 分类:问答User Controls design time support
We have a class that automatically scales all the controls on a form when the user resizes the form. All that is needed is to instantiate the class in the form once on form load (set and forget).[详细]
2023-02-15 04:38 分类:问答Managing loosely coupled assembly references incurred through usage of the 'Designer' attribute
We build a lot of components, WinForms, Workflow activities etc, and something that we use a lot is the \'Designer\' attribute.[详细]
2023-02-08 12:47 分类:问答Detect DesignTime in WP7 code
simple question, does anyone know how to detect whether code is executed design-time with WP7? The usual Silverlight solutio开发者_如何学JAVAn of HtmlPage.IsEnabled doesn\'t work in this context.Try u[详细]
2023-02-07 01:32 分类:问答Difference between design-time and runtime framework
What is the difference between a design-time and a runtime framework, as in \"Oracle ADF is 开发者_运维百科a Java EE design-time and runtime framework\"? The distinction is between design time and run[详细]
2023-02-07 00:37 分类:问答dependent property does not change when changed via the view setter of a listview during design time
[Category(\"SomeCat\")] [Description(\"Gets or sets how items are displayed in the ShellListView control.\")][详细]
2023-02-06 17:04 分类:问答Design time data in WPF
[using vs2010 & expression blend v4] Hi - trying to load up some design time data in WPF and Blend, using Josh Smith\'s concept here: http://joshsmithonwpf.wordpress.com/2010/04/07/assembly-level[详细]
2023-02-05 07:21 分类:问答Getting different values from a property at design and run time
I\'d like a property in my class to return a different value at design time than in run time. I can detect that I\'m in design mode using LicenseManager.UsageMode, but it would be nice to exclude that[详细]
2023-02-04 01:45 分类:问答C# Windows Forms Design-time Form constructor not called?
Is the constructor of a form not called upon opening开发者_高级运维 the form in design view? Why not? Can I somehow force it to be called?[详细]
2023-02-01 05:22 分类:问答Windows Form UserControl design time properties
I am struggling with a UserControl. I have a UserControl that represent a Pager and it has a Presenter object property exposed in this way:[详细]
2023-01-31 20:15 分类:问答