公告
财富商城
积分规则
提问
发文
2019-05-19 06:39发布
Root(大扎)
In Xamarin Forms, here's the default iOS Picker:
How do I remove the shortcut bar (undo / redo / copy / paste)?
In your custom renderer, you simply need to set the Control's InputAssistantItem.LeadingBarButtonGroups and InputAssistantItem.TrailingBarButtonGroups to null.
InputAssistantItem.LeadingBarButtonGroups
InputAssistantItem.TrailingBarButtonGroups
null
The renderer would look something like this:
最多设置5个标签!
In your custom renderer, you simply need to set the Control's
InputAssistantItem.LeadingBarButtonGroups
andInputAssistantItem.TrailingBarButtonGroups
tonull
.The renderer would look something like this: