Sailfish.silica.Slider documentation and/or implementation bug
I used a example code from https://sailfishos.org/sailfish-silica/qml-sailfishsilica-slider.html to create a slide and placed that into a Grid with 1 columns and it did not show properly.
A handle was shown at top of the screen.
In order to make the slider work, i had to give it a width property which is not mentioned in the documentation as a mandatory.
A) Either point out in the documentation that slider should always have width property defined or b) Fix the slider so that it gets default width from parent to fill all available space (if possible)