Control: RadToolbar
OverflowMode: DropDown
If there are too many OverflowItems which doesn't fit on the screen/available space, then the List of OverflowItems should scroll.
Current behaviour: Items are truncated / invisible
The ItemsSource of the views is populated in the ViewModel of the page. This is done in a command that is triggered by the NavigatedTo event of the page, which is forwarded via EventToCommandBehavior from the Maui Toolkit.
When using the RadCollectionView the loaded items are no longer displayed.
When the ObservableCollection of the items is completely reconstructed and reassigned the display works.
In the current CollectionView implementation, the CollectionView will start with all the groups expanded. The only way to have any form of preference is to programmatically interact with the DataView after-the-fact https://docs.telerik.com/devtools/maui/controls/collectionview/grouping/expand-collapse
Requested FeatureAllow the control to
Allow the user to:
The scenario should be implemented in the toolbar and inherited from the controls that use toolbar, like PDFToolbar
Navigating around the Calendar control should be more intuitive and there should be more BindableProperty options for specifying the "semantic" hints provided by screen readers.
Now the behavior is as follow:
iOS –
Android –
Windows –
Currently the PDF viewer has the following issues related to keyboard:
Allow for up/down arrows to step up/down the time element with the keyboard cursor. For example, if I have my keyboard cursor on the hours of a time, then pressing up would increase the hour by 1.
Keyboard support for the dropdown... Space to open, tab and/or arrows to cycle through and change the date/time.