I am experiencing a weird problem with a render transform in WPF. The project I\'m working on needs to display a clicked user point over an image. When the user clicks a point, a custom control is pla
I\'m looking for EXTJS4 combobox control which allows selecting multiple items via checkboxes inside.
I found a custom TextView Class on here by Chase but for the life of me I cannot get it to work.I have searched high and dry and I am obviously doing something wrong.
im looking for an idea how to draw complicated table in UIView. the table should be very similar to what we can achievie with html table but i cant use UIWebView. So the main goals is to have multirow
I\'m trying to create a WPF Custom Control which will bind itself to it\'s templated parent\'s x:Name property.The code which I believe should do this which was also generated by the Binding Maker in
Adding the custom control from my toolbox into a form works fine, however when I try to build the project I\'m getting this error; \"The type or namespace name \"CustomControls\" could not be found\",
I didn\'t like any available solutions so I started to make my own wizard interface. I use a GroupBox for each step of the wizard but since every step (every GroupBox) must have the same structure and
I am creating AJAX enabled reusable controls in MVC razor code.It uses a Controller and 1 or more Razor views to work.What is the best practice for isolating those code files from the rest of my p开发
I\'ve created some custom controls that work with databinding. However, while the first two controls works quite well, I can\'t understand why this doesn\'t work.
Writing a custom Listview control to persist it to a 开发者_开发百科user\'s machine and have the state restored when the user runs the application again. I am assuming that this is not a trivial task