質問

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.

役に立ちましたか?

解決

NSSlider is what you probable want.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top