Dmytro Soldatov

Results 24 comments of Dmytro Soldatov

There is a `scrollTo` method (https://pixijs.io/ui/ScrollBox.html). The issue with performance is that all the items are rendered when scrolling. You will have to extend it to implement what you need.

@273032860 For react, it is probably worth to use just `Button`, not `ButtonContainer`. I am not familiar with react good enough but when we was preparing PixiUI to be integrated...

@Zyie as a developer, yes, but it can be helpful to the people, that will learn those stories. They can use pixi inspector to check what is the layout structure,...

You are welcome to create this PR ;)

Hi, @CatchABus. Feel free to make a PR. The progress bar, which is the base for the slider, already supports orientation.

> > Hi, @CatchABus. Feel free to make a PR. The progress bar, which is the base for the slider, already supports orientation. > > Hi @CyberDex . Thanks a...

It only happens if you pass a pre-created sprite as bg together with settings for nineSliceSprite. You may pass just a texture name instead so that the nineSliceSprite will be...

Docs are updated regarding this thing (check options.nineSliceSprite): https://pixijs.io/ui/Input.html

Closing as not a but, [check this comment](https://github.com/pixijs/ui/pull/180#issuecomment-2420458115).

Thanks for pointing @qubrat, Should be fixed now