custom-controls
How to expose events in a WinForms custom control
I\'ve developed a custom control that acts like a group box with a check box over the group label. The idea being, once the check box is unchecked all the controls in the group are disabled.[详细]
2023-03-29 04:54 分类:问答Does [[NSBundle mainBundle]loadNibNamed:owner: options:] cause memory leaks when used to load custom table cells?
Currently I am creating custom table view cells for iPhone using [[NSBundle mainBundle] loadNibNamed:owner:option:] to load the nib. When I profile my app, a memory leak is produced every time I open[详细]
2023-03-28 18:01 分类:问答Problem with custom Listview and Checkboxes/Buttons
i´m in trouble with a custom Listview and (Checkboxes or Button). I follow a guide (the android devolopers´s cookbook) and my custom Listview show correctly. An visisble Error occured when selected[详细]
2023-03-28 05:31 分类:问答What can I do to make my sub-derived custom control appear in the Blend Assets library?
I am creating a series of window mockup templates based on the excellent Mockups library available on CodePlex.[详细]
2023-03-28 05:30 分类:问答Embed custom control in WPF FlowDocument
Is there any way to embed a custom control into the flowdocument and have it corre开发者_运维技巧ctly displayed by the FlowDocument viewers (export it to Xaml text file and open it by a viewer)?yes us[详细]
2023-03-28 04:14 分类:问答How to add custom Controls in Expression Blend?
I have a Form created using Expression Blend. Earlier when I created one in Visual Studio, I could add a custom control using Controls.Add(). An example would be as follows.[详细]
2023-03-27 17:09 分类:问答Do I need to create a custom control?
I want to adjust the corner radius on my buttons.I can do this by creating a separate style resource and setting the corner radius of a border in the template.However, I have to c开发者_C百科reate a s[详细]
2023-03-27 09:20 分类:问答Pin Pad. A custom control like this one
I recently tried out a Free-To-Play MMORPG game called AIKA While trying the game out, I found a very nice PIN Pad that allows for you to protect your characters. I have a screen shot attached:[详细]
2023-03-27 05:08 分类:问答Adding an event handerler to a custom control
I have a custom control i have created with a picture box, a label, and a combobox, i want to create a custom SelectedIndexChanged event handerler so i can perform actions when the index has been chan[详细]
2023-03-27 03:15 分类:问答How to find Context menu was shown and not to handle click events
I got a quick question, I am developing a custom chart control. The chart control let users to draw lines or drop rectangle (could be anything). This start draw/ drop options are set to controls mous[详细]
2023-03-26 22:31 分类:问答