wizaro
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2018
01:27 PM
DIalog maxHeight issues
How to make the Dialog ButtonGroup as scrollable region when the ButtonGroup height exceeds the Screen height?
The DIalog maxHeight field seems only applied to the Dialog message field.
Using maxHeight at ButtonGroup level "dialog.buttonGroup.maxHeight" doesn't work.
The DIalog maxHeight field seems only applied to the Dialog message field.
Using maxHeight at ButtonGroup level "dialog.buttonGroup.maxHeight" doesn't work.
2 REPLIES 2


Roku Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2018
03:14 PM
Re: DIalog maxHeight issues
"wizaro" wrote:
How to make the Dialog ButtonGroup as scrollable region when the ButtonGroup height exceeds the Screen height?
The DIalog maxHeight field seems only applied to the Dialog message field.
Using maxHeight at ButtonGroup level "dialog.buttonGroup.maxHeight" doesn't work.
The Dialog class only supports scrolling for the message text, as you have stated.
There is not any support for scrolling the ButtonGroup.
wizaro
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2018
06:09 PM
Re: DIalog maxHeight issues
"RokuKC" wrote:"wizaro" wrote:
How to make the Dialog ButtonGroup as scrollable region when the ButtonGroup height exceeds the Screen height?
The DIalog maxHeight field seems only applied to the Dialog message field.
Using maxHeight at ButtonGroup level "dialog.buttonGroup.maxHeight" doesn't work.
The Dialog class only supports scrolling for the message text, as you have stated.
There is not any support for scrolling the ButtonGroup.
I see that currently Dialog only support list of buttons, and as you have confirmed they can not be scrollable.
Do you have any plans to add that scrolling support in the future, or add support to any other groups, like for example a LabelGroup?
In that case the DIalog can be really useful for not only a confirmation feature, but also some other functionality, like for example choosing and updating values, instead of using the keyboard dialog.
And one more question. I can make a custom group dialog component, but is there a way to make a content behind it disabled like the real dialog does? Thanks