I'm a bit confused by the nomenclature for this control.
When I read the documentation (and use the control, for that matter), the property TickFrequency isn't the number of major ticks on the slider. It's the width/size of each major tick. The frequency would be (Maximum - Minimum) / TickFrequency (in physics terms I think what's being referred to as TickFrequency is really TickWavelength).
So why is TickFrequency not called something like MajorTickSize? I think it'd be more descriptive, and less confusing.
BTW, MinorTickFrequency really is the frequency of minor ticks (i.e., it's the number of minor ticks that display between each major tick).
Just curious.
- Mark