4

Does anyone know of a way to change the angle of a StackView. I'd love to be able angle a Stackview 45 degrees.

Thanks.

O2U
  • 429
  • 2
  • 8
  • 22

1 Answers1

2

tackViewObj.setrotation(45); //set 45 or 135 according to your need

Furqan
  • 465
  • 6
  • 22