custom-controls
Custom Control flickers when changing background
I have a custom control that has other controls on it. When the user clicks on it, I recursively go through all controls and change their background color to blue. However, I get a massive flicker pro[详细]
2023-04-11 15:09 分类:问答Repeated code in databound controls
I\'m sure I\'m missing something obvious here. I have a about twenty data-bound GridViews, each of which share some common features. Let\'s say they\'re 开发者_运维问答all lists of people, and every[详细]
2023-04-11 11:34 分类:问答What is the best way to handle a line custom control?
I am writing a Database Diagram tool (in VS 2010, C# 4.0) and I am having an issue. I have written the TableEntity custom controls and now I need to write the Relationship control. But I\'m not sure o[详细]
2023-04-11 08:19 分类:问答How can I present a library as a custom view?
I have a Sharepoint library that is currently rendering as the usual folder and document items table list view.[详细]
2023-04-11 04:17 分类:问答creating a CustomView
I am trying to implement this game, and I am confused about how to start. Should I use ImageButtons and implement this game, or should Icreate some custom view?[详细]
2023-04-10 19:24 分类:问答Custom DataGrid Silverlight
I\'m writing custom DataGrid control. I have one collection of column headers and other collection of rows, which has collection of cells itself. I want all the cells in the column be the same width ([详细]
2023-04-10 05:51 分类:问答User-defined Controls and Their Properties
I am working on a user-defined button, this has two custom properties like this: public enum FirstType[详细]
2023-04-09 16:22 分类:问答Android - custom UI with custom attributes
I k开发者_StackOverflow中文版now it is possible to create custom UI element (by way of View or specific UI element extension). But is it possible to define new properties or attributes to newly create[详细]
2023-04-09 06:39 分类:问答Painting checkbox icons in a custom JComponent :Scala
I\'m creating a custom scala component which needs an unchecked icon at (100,100) and checked icon at (200,100), the same icons used by swing. My code below works, but looks quite weird because I need[详细]
2023-04-09 04:41 分类:问答Lockable Surface in WPF
I want a custom Control in WPF which have a appearance similar to HTML, we use for showing Images in the centre of the s开发者_Python百科creen with the whole screen locked and only image is showing.[详细]
2023-04-08 20:53 分类:问答