charliealbright
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2017
07:40 AM
Is the Button widget really this bad??
Is it not possible to center text in a button? This is the worst functionality I have seen yet.

1 REPLY 1
belltown
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2017
02:56 PM
Re: Is the Button widget really this bad??
Have you tried something like this:
<Button iconUri="" height="80" minWidth="200" maxWidth="200" showFocusFootprint="true">
<Label text="PLAY" height="80" width="200" horizAlign="center" vertAlign="center" font="font:LargeSystemFont" />
</Button>