Skip to content

文件 | 文件夹选择器

文件夹选择器 (FolderDropPicker)

  • AllowMultiple 是否支持多选, 只在选择模式下生效,拖拽无效
  • SelectionTitleBar 选择对话框的标题
  • SuggestedStartLocation 默认起始位置
  • SelectedButtonIsVisible 选择按钮是否显示
  • Header 选择器标题
xml
<ui:FolderDropPicker AllowMultiple="True" SuggestedStartLocation="C:\"/>

文件选择器 (FileDropPicker)

  • FileTypeFilter 文件类型过滤
xml
<ui:FileDropPicker AllowMultiple="True"/>

基于 MIT 许可发布