Frage

Does anyone know what is the equivalent of the vertical scroll bar from Windows in Mac OSX? I saw there is NSStepper. But I can't seem to change the display of it at run time.

NSStepper *stepperBar = [[[NSStepper alloc] initWithFrame:NSMakeRect(0, 100, w, h)] autorelease];

The w and h do not seem to affect the width and height of the NSStepper object.

War es hilfreich?

Lösung

NSSlider is what you probable want.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top