Jump to content

UnimSegmentButton:How to move the icon to the upper of the Caption?


55143681

Recommended Posts

13 minutes ago, Sherzod said:

Hello,

One possible solution.

UnimSegmentedButton -> ClientEvents -> ExtEvents ->

function painted(sender, eOpts)
{
    sender.getRefItems().forEach(function(btn){btn.setIconAlign("top")});
}

 

Good,thank you very much.

Link to comment
Share on other sites

×
×
  • Create New...