We are looking for a more elegant way to update control contents while editing it\'s properties in a collection editor.
I have made a custom trackbar control, mostly as an exercise. I know i could/should have just inherited what i needed instead of reinventing the wheel, but i have learn开发者_如何学Pythoned a lot duri
We currently use this project for installing .NET con开发者_StackOverflow社区trols in the Visual Studio toolbox: http://vstudiotoolbox.codeplex.com/. This approach requires to run VStudio in the backg
I would like to create an image viewer. I do not know where to start. Could you please give me some tips to start with.
I am trying to partially change the images for Android\'s checkboxes. Following the tutorial here, I have done the following experiment:
I am trying to generate a method on a custom control that will take an object I have created with metadata pertaining to the control and have the control created in this one method and added to the pa
Using monotouch and monodevelop, I\'d like to create a custom control. I followed this steps: add a new file as \"iPhone View\" (calling it TestView)
I have an application set up so that I can adjust its skin at run time. I am doing it as follows each time I change the skin:
What is the Right Way to Implement This? For example, sa开发者_Python百科y I created an XIB file with a button in it. Say a button on that custom controller get pressed, how do the program knows whic
I created a custom RadioButtonList which renders as an unordered list based on a similar code example for a custom CheckBoxList.