I\'ve got a custom control we\'ll call \"TheGrid\". 开发者_Python百科In TheGrid\'s controls is another control we\'ll call \"GridMenu\".
I want to write a custom control (a text editor) for Windows Forms, which should include the following functionality:
I came through this What is the best way to localize a WPF application, sans LocBAML? . But, this didn\'t answer what I\'m looking for.
If I want to b开发者_StackOverflow社区ind to properties of my custom control from Interface Builder do I need to write my own IB plugin? Will I have to do it programmatically otherwise?You will need t
I need a multiline TextBox which is always disabled, but it shouldn\'t paint itself in gray, but I want to keep its designer choosen color.
I have a CheckedListBox in my Windows forms application, but items can be added that are to wide for the control to display.Is there any way to have the text wrap to the next line when this occurs?
I am creating the custom textview i want to giveblack textcolor to this textview. how can i set textcolor. my code is
I need to show a specific bit of data to the screen and it is most eas开发者_运维问答ily represented as an adaptation of something like a UISlider.
I want to put a custom control inside the view for my NSCollectionViewItem. Lets say I have a custom NSView called BoxesView.BoxesView is just a view that draws a predetermined number of boxes in its
Lets say I have a custom control called FooBox. It is just a square on the screen. It has some properties like color, border, etc. When I change the properties, I want the FooBox to redraw itself to r