Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
7answers
1k views

Double buffer common controls

Is there a way to double-buffer the common controls? Currently when they resize they flicker. A lot..... EDIT: If it helps, it is a bunch of button controls and a few edit controls, all sitting on ...
2
votes
2answers
626 views

Silverlight 2.0: Determine if a dependency property is set before changing it

I have a dependency property (Foreground) on a custom control which is inheriting from Control. When I am loading the control, I want to see if the user has set the dependency property or if it is ...
1
vote
1answer
1k views

Control Library Issue: Failed to create a 'System.Type' from the text 'local:SolidGloss'

I'm working on a library of custom controls and I'm stuck on this error. Can anyone tell me what I'm missing? SolidGloss.cs: using System; using System.Windows; using System.Windows.Controls; using ...
0
votes
1answer
131 views

How do you enforce licensing on a redistributable control library?

If you have a WPF control library which you wanted to license to developers, how do enforce license restrictions such that the library could be used and distributed in their own applications and yet ...