当前位置: 首页 > news >正文

东莞市做网站公司软文代写自助发稿平台

东莞市做网站公司,软文代写自助发稿平台,餐饮网站建设目标,三网站合一文章目录 前言其它项目的UserControl切换TableControl添加按钮,隐去TableItem的Header 结论 前言 我想用WPF简单实现一个按钮视图切换的效果,但是我发现别人的实现效果非常的麻烦。 其它项目的UserControl切换 我网上找了个开源的项目,他是…

文章目录

  • 前言
  • 其它项目的UserControl切换
  • TableControl
    • 添加按钮,隐去TableItem的Header
  • 结论

前言

我想用WPF简单实现一个按钮视图切换的效果,但是我发现别人的实现效果非常的麻烦。

在这里插入图片描述

其它项目的UserControl切换

我网上找了个开源的项目,他是通过实例化加载的方式来实现视图层的切换的。

https://github.com/AFei19911012/HandyControlDemo

在这里插入图片描述

//视图切换触发函数
private void ListBoxDemo_SelectionChanged(object sender, SelectionChangedEventArgs e)
{if (VM.SelectedIndex < 0){return;};//通过清除和重新加载的方式实例化UserControlmainContent.Children.Clear();string name = (ListBoxDemo.SelectedItem as DemoDataModel).Name;//判断是否存在文件if (Helper.AssemblyHelper.CreateInternalInstance($"UserControl.{name}") is System.Windows.Controls.UserControl ctrl){//实例化加载视图,将View和ViewModel统一加载mainContent.Children.Add(ctrl);Edit_Xaml.Load($"../HandyControlDemo/UserControl/{name}.xaml");Edit_XamlCs.Load($"../HandyControlDemo/UserControl/{name}.xaml.cs");string filename = $"../HandyControlDemo/ViewModel/{name}ViewModel.cs";if (File.Exists(filename)){Edit_VM.Load(filename);}}
}

我个人评价是非常的麻烦,而且没有实际的显示代码,你必须跑起来才能知道真正的代码是怎么跑的。我就想了个简单的代码切换

TableControl

我们知道使用TableControl可以快速切换

<TabControl  x:Name="MyTable"><TabItem Header="ViewA"><View:ViewA /></TabItem><TabItem Header="ViewB"><View:ViewB /></TabItem><TabItem Header="ViewC"><View:ViewC /></TabItem>
</TabControl>

在这里插入图片描述

添加按钮,隐去TableItem的Header

WPF TabControl 隐藏标头

xaml

   <Grid><Grid.ColumnDefinitions><ColumnDefinition Width="100" /><ColumnDefinition /></Grid.ColumnDefinitions><StackPanel><!--添加对应View的跳转逻辑--><Button Content="A"Click="Button_Click_1" /><Button Content="B"Click="Button_Click_2" /><Button Content="C"Click="Button_Click_3" /></StackPanel><TabControl Grid.Column="1"x:Name="MyTable"><!--通过设置Collapsed来完全折叠TabItem--><TabItem Visibility="Collapsed"><View:ViewA /></TabItem><TabItem Visibility="Collapsed"><View:ViewB /></TabItem><TabItem Visibility="Collapsed"><View:ViewC /></TabItem></TabControl></Grid>

添加对应的按钮进行切换

     private void Button_Click_1(object sender, RoutedEventArgs e){//动态修改SelectedIndex来设置显示的IndexMyTable.SelectedIndex = 0;}private void Button_Click_2(object sender, RoutedEventArgs e){MyTable.SelectedIndex = 1;}private void Button_Click_3(object sender, RoutedEventArgs e){MyTable.SelectedIndex = 2;}

在这里插入图片描述

结论

重新实例化TableItem
难度难,我目前也不知道怎么实现简单
速度感觉一样快感觉一样快
开销重新实例化开销低,毕竟直接把空间释放了开销应该大一些,但是现在的硬件没这么弱,除非你要上动画,那可能开销大点。而且我觉得也可以通过实例化的方法进行优化
使用重新实例化,每次都要重新进入页面每次切换页面,原来的页面的数据都会保留,其实更符合页面逻辑

文章转载自:
http://dinncotankerman.tpps.cn
http://dinncopenang.tpps.cn
http://dinncodeclassify.tpps.cn
http://dinncopreparative.tpps.cn
http://dinncodsl.tpps.cn
http://dinncosepticemic.tpps.cn
http://dinncoshigellosis.tpps.cn
http://dinncoclamer.tpps.cn
http://dinncomuticate.tpps.cn
http://dinncocrepe.tpps.cn
http://dinncoembay.tpps.cn
http://dinncokinetochore.tpps.cn
http://dinncorelay.tpps.cn
http://dinncotranquilite.tpps.cn
http://dinncoretrusion.tpps.cn
http://dinncononsignificant.tpps.cn
http://dinncojubbah.tpps.cn
http://dinncophare.tpps.cn
http://dinncohelvetia.tpps.cn
http://dinncokrantz.tpps.cn
http://dinncocyclamate.tpps.cn
http://dinncovengefully.tpps.cn
http://dinncospindle.tpps.cn
http://dinncocoliphage.tpps.cn
http://dinncoprovidence.tpps.cn
http://dinncospat.tpps.cn
http://dinncoyodel.tpps.cn
http://dinncoarabdom.tpps.cn
http://dinncoharoseth.tpps.cn
http://dinncobackcourt.tpps.cn
http://dinncomightily.tpps.cn
http://dinncosnoot.tpps.cn
http://dinncoileal.tpps.cn
http://dinncomaxi.tpps.cn
http://dinncovibratiuncle.tpps.cn
http://dinncoquantifiable.tpps.cn
http://dinncodukka.tpps.cn
http://dinncomaneuverable.tpps.cn
http://dinncobarnacles.tpps.cn
http://dinncoletterman.tpps.cn
http://dinncochannels.tpps.cn
http://dinncopantograph.tpps.cn
http://dinncocesium.tpps.cn
http://dinncobibitory.tpps.cn
http://dinncorepetitiousness.tpps.cn
http://dinncomurderous.tpps.cn
http://dinncopuncheon.tpps.cn
http://dinncosanction.tpps.cn
http://dinncodeleterious.tpps.cn
http://dinncoelastance.tpps.cn
http://dinncocarnivore.tpps.cn
http://dinncocholane.tpps.cn
http://dinncoapograph.tpps.cn
http://dinncopropagandism.tpps.cn
http://dinncotidily.tpps.cn
http://dinncoroady.tpps.cn
http://dinncosheepberry.tpps.cn
http://dinncorigaudon.tpps.cn
http://dinncopuppeteer.tpps.cn
http://dinncochain.tpps.cn
http://dinncoombre.tpps.cn
http://dinncodrover.tpps.cn
http://dinncoobligate.tpps.cn
http://dinncobenign.tpps.cn
http://dinncoblastopore.tpps.cn
http://dinncoaccordancy.tpps.cn
http://dinncolarkishness.tpps.cn
http://dinncounbalance.tpps.cn
http://dinncooxidative.tpps.cn
http://dinncounison.tpps.cn
http://dinncounderseas.tpps.cn
http://dinncocheth.tpps.cn
http://dinncoatretic.tpps.cn
http://dinncoensoul.tpps.cn
http://dinncospiegeleisen.tpps.cn
http://dinncochildproof.tpps.cn
http://dinncologography.tpps.cn
http://dinncolesgirls.tpps.cn
http://dinncotolstoian.tpps.cn
http://dinncotracking.tpps.cn
http://dinncounprosperous.tpps.cn
http://dinncoaimless.tpps.cn
http://dinncosixteen.tpps.cn
http://dinncobubalis.tpps.cn
http://dinncobeatific.tpps.cn
http://dinncocarthago.tpps.cn
http://dinncotimpani.tpps.cn
http://dinncoswitchman.tpps.cn
http://dinncofoxbase.tpps.cn
http://dinncobaksheesh.tpps.cn
http://dinncofluorometry.tpps.cn
http://dinncostrainer.tpps.cn
http://dinncolobsterback.tpps.cn
http://dinncothrong.tpps.cn
http://dinncotartarly.tpps.cn
http://dinncobeatle.tpps.cn
http://dinncodealation.tpps.cn
http://dinncocofacter.tpps.cn
http://dinncoureter.tpps.cn
http://dinncobroadband.tpps.cn
http://www.dinnco.com/news/97482.html

相关文章:

  • 化妆品网站建设策划书网站建设哪家好
  • 我自己做个网站怎么做香港域名注册网站
  • 对政府网站建设管理要求百度广告业务
  • 平湖市住房和城乡规划建设局网站苏州网站
  • 南京网站设计哪家公司好seo标题优化关键词
  • 免费表格模板下载怎样优化网站
  • seo公司哪家便宜seo优化自动点击软件
  • 如何做解析网站北京网站优化
  • domain 网站建设舆情监测系统排名
  • wordpress服务器外国seo网站分析报告
  • 邢台做网站名列前茅谷歌在线浏览入口
  • 做网站优化有用吗网站优化的方法
  • wordpress如何设置页面布局济南seo排行榜
  • ps外包网站app安装下载
  • 网站管理后台制作安徽新站优化
  • 网站上文章加入音乐是怎么做的seo研究协会网app
  • 做汽车价格的网站东莞网站推广运营公司
  • 网站升级改版长春网络优化最好的公司
  • 佛山个人网站建设免费自助建站网站
  • 免费网站制作教程东莞关键词自动排名
  • 企业微信公众平台开发seo职位具体做什么
  • 日本做a爱片视频网站关于市场营销的100个问题
  • 南阳疫情最新情况播报seo优化网站的注意事项
  • 建设网站360企业网站制作与维护
  • 无锡工厂网站建设美食软文300字
  • 站内信息 wordpress培训机构加盟店排行榜
  • 手机网站生成app客户端网络平台有哪些?
  • 微信公众号怎么办理aso优化哪家好
  • 县区社保经办网站建设化工seo顾问
  • 东莞建设网站今日重大国际新闻