首页 > 系统相关 >MAUI新生6.3-底部Tab栏导航TabBar/Tab/ShellContent

MAUI新生6.3-底部Tab栏导航TabBar/Tab/ShellContent

时间:2022-12-29 22:33:57浏览次数:40  
标签:Shell TabBar 6.3 ShellContent 设置 Tab 底部

一、TabBar的基本使用:

如果只需要底部Tab栏导航,则应使用TabBar。TabBar的使用,和FlyoutItem基本相同,如下图所示:

 

 

 

 

二、底部Tab栏的样式设置

  • Shell.TabBarBackgroundColor:设置在Shell或TabBar上,Tab栏背景色
  • Shell.TabBarDisabledColor:设置在Shell或TabBar上,不可用Tab栏颜色
  • Shell.TabBarForegroundColor:设置在Shell或TabBar上,Tab栏前景色
  • Shell.TabBarTitleColor:设置在Shell或TabBar上,Tab栏标题颜色
  • Shell.TabBarUnselectedColor:设置在Shell或TabBar上,未选定颜色
  • Shell.TabBarIsVisible或者IsVisible:设置ShellContent的可见性

 

标签:Shell,TabBar,6.3,ShellContent,设置,Tab,底部
From: https://www.cnblogs.com/functionMC/p/17013718.html

相关文章

  • centos7下docker启动时报iptables错误
    centos7启动docker报错内容:iptablesfailed:iptables--wait-tnat-ADOCKER-ptcp-d0/0--dport22201-jDNAT--to-destination172.18.0.2:22!-idocker0:ip......
  • ModStart 关于禁用后台页面多 TAB 显示的方法
    在最新的版本迭代过程中,系统默认开启了后台页面多标签打开支持。多页面标签其显示原理是将多个页面放置于iframe进行逻辑隔离。由于部分模块暂未完全支持,可通过如下方式临......
  • IfcTableColumn
    IfcTableColumn实体定义IfcTableColumn是一种数据结构,用于捕获IfcTable中使用的列信息。每个实例都定义了标识符、名称、描述和度量单位,它们适用于与IfcTableRow对象关联......
  • elementUI table 斑马纹
    <el-table:data="tableData":header-cell-style="{background:'#011550',color:'#5c8aaf'}":row-class-name="toggleRowClassName"align="center"style="wi......
  • 在手机页面上显示table方案研究
     资料地址:https://elvery.net/demo/responsive-tables/ 第一种方案:当屏幕宽度小于一个值时,将不重要的列隐藏掉; 第二种方案:固定第一个列,其他列可以拉动展示 第三种方案......
  • debian pve 开启crontab日志
    debian,pve,默认没有开启crontab的日志,一些crontab日志就找不到了。这是因为默认的rsyslog配置文件中未开启vim/etc/rsyslog.conf修改#cron.*/var/log/cron.log这一行,......
  • The CBO CPU Costing Model: Indexes vs. Full Table Scans
    As ​​previouslypromised​​​,IthoughtImightlookathowtheCBO goesaboutcostingaFullTableScan(FTS)withsystemstatisticsandtheCPUcosting......
  • Index Rebuild – Does it use the Index or the Table
    Acommonquestionthatgetsaskedis doesOracleaccesstheindexitselfortheparenttable duringanindexrebuildtoextractthenecessarydatafortheind......
  • layui table 动态生成复杂表头 及 数据绑定问题
    table复杂表头 下面将是我们要实现的效果下面是后台返回的数据    复杂表头重要的属性:rowspancolspan需要注意的是循环生成表头时,循环时不会执行templet里......
  • jquery dataTable 设置固定列
    引入js<scriptsrc="https://cdn.datatables.net/fixedcolumns/4.0.2/js/dataTables.fixedColumns.min.js"></script>js代码://初始化页面,加载供应商数据dataTable......