custom-controls
custom control (generic.xaml) for WP7
I am currently following the steps http://www.windowsphonegeek.com/articles/Creating-a-WP7-Custom-Control-in-7-Steps? in doing a custom control for WP7. I have created my control in a normal windows p[详细]
2023-03-23 22:57 分类:问答Extending Checked event in derived TreeView control - how to temporarily remove event handlers?
There is this Telerik\'s RadTreeView (Silverlight Version) control I\'d like to extend (inherit from).[详细]
2023-03-23 15:08 分类:问答C#: ToolStripDropDown doesn't Dispose/DestroyHandle
I\'m using the ToolStripDropDown to show up an selectionpopup. The ToolStripDropDown contains a few custom controls with running Threads.[详细]
2023-03-23 11:21 分类:问答How should the IParserAccessor interface be used in custom ASP.NET controls
I am trying to write a template custom control in C#, ASP.NET that will have a collection of items. I\'d like to use it similarly to the built-in DropDownList control in ASP.NET, but my items will hav[详细]
2023-03-23 01:00 分类:问答Foreground property behavior confusion
I have a custom control like this: public class CustomControl1 : Control { private StackPanel panel; static CustomControl1()[详细]
2023-03-22 21:39 分类:问答Silverlight 4.0 Cannot create an instance of "CustomControl"
I\'m currently working on a small project, and I am having some trouble with silverlight custom controls. I am trying to create a custom ScrollViewer (that will contain small images) for photo gallery[详细]
2023-03-22 21:31 分类:问答Cannot set CssClass property in inherited Label / TextBox WebControl
I have created a very simple custom control: [assembly: System.Web.UI.TagPrefix(\"CustomMultiLineTextBox\", \"evo\")][详细]
2023-03-22 14:09 分类:问答Is it possible to create a control in C++ and use in Java activity?
I want to create a control in C++ and use it in my java based activity. Just like we create an instance of TextView or ImageView, I want to create an instance of my native control and show it in some[详细]
2023-03-22 12:11 分类:问答Programatically filling content controls in Word document (OpenXML) in .NET
I have a really simple word document with Content Controls (all text). I want to loop through the controls, filling them with values from a dictionary. Should be super simple, but something is wrong:[详细]
2023-03-22 11:08 分类:问答WPF Binding doesn't seem to work but I'm not getting any error messages in the Output window
I\'ve got a dialog box that is opened by my main window.Among other things, it has a custom control I wrote that is supposed to control the volume of any MediaElement controls in the program.[详细]
2023-03-22 02:34 分类:问答