当前位置:网站首页>win10 uwp 动态修改ListView元素布局
win10 uwp 动态修改ListView元素布局
2022-08-04 18:37:00 【林德熙】
本文告诉大家如何在代码动态修改 ListView 的元素布局,从垂直修改为水平,从水平修改为垂直
先给大家一张图看一下效果
如何需要从 cs 代码修改 ListView 的 ItemsPanel 的 ItemsPanelTemplate 从而修改元素布局是比较困难的。如修改下面代码的 Orientation 从 Horizontal 修改为 Vertical。
<ListView.ItemsPanel>
<ItemsPanelTemplate>
<ItemsStackPanel Orientation="Horizontal"/>
</ItemsPanelTemplate>
</ListView.ItemsPanel>
因为无法通过后台代码直接创建一个 ItemsPanelTemplate ,除了使用 XamlReader 来做。
但是这样做比较复杂。
我期望的方式是直接通过代码修改。
在堆栈网发现c# - How to set ListView ItemsStackPanel orientation by code? - Stack Overflow,里面使用 ItemsPanelRoot 来设置
if (xxListView.ItemsPanelRoot is ItemsStackPanel panel)
{
panel.Orientation = Orientation.Vertical;
}
实际上的 ItemsPanelRoot 就是控制的 panel ,通过修改这个 panel 的值就可以修改列表的布局。
边栏推荐
- 数据集成:holo数据同步至redis。redis必须是集群模式?
- "No title"
- 路由技术
- 【CCIG 2022】视觉大模型论坛
- 【软件工程之美 - 专栏笔记】37 | 遇到线上故障,你和高手的差距在哪里?
- 【web自动化测试】Playwright快速入门,5分钟上手
- C#爬虫之通过Selenium获取浏览器请求响应结果
- 2019 Haidian District Youth Programming Challenge Activity Elementary Group Rematch Test Questions Detailed Answers
- LVS负载均衡群集之原理叙述
- Enterprise survey correlation analysis case
猜你喜欢
【AI+医疗】斯坦福大学最新博士论文《深度学习在医学影像理解中的应用》,205页pdf
方法的重写
通配符SSL证书不支持多域名吗?
PHP代码审计9—代码执行漏洞
12. SAP ABAP OData 服务如何支持 $select 有选择性地仅读取部分模型字段值
入选爱分析·银行数字化厂商全景报告,网易数帆助力金融数字化场景落地
八一建军节 | 致敬中国人民解放军
Flask framework implementations registered encryption, a Flask enterprise class learning 】 【
MMDetection 使用示例:从入门到出门
ros2订阅esp32发布的电池电压数据-补充
随机推荐
DHCP&OSPF组合实验演示(Huawei路由交换设备配置)
Hezhou Cat1 4G module Air724UG is configured with RNDIS network card or PPP dial-up, and the development board is connected to the Internet through the RNDIS network card (taking the RV1126/1109 devel
ptables基本语法使用规则
DHCP&OSPF combined experimental demonstration (Huawei routing and switching equipment configuration)
22/8/4 记忆化搜索+博弈论
运力升级助力算力流转,中国数字经济的加速时刻
2019年海淀区青少年程序设计挑战活动小学组复赛试题详细答案
部署LVS-DR群集
链表的经典入门LeetCode题目
当前最快的实例分割模型:YOLACT 和 YOLACT++
Documentary on Security Reinforcement of Network Range Monitoring System (1)—SSL/TLS Encrypted Transmission of Log Data
Literature Review on Involution of College Students
Nintendo won't launch any new hardware until March 2023, report says
PHP代码审计10—命令执行漏洞
FE01_OneHot-Scala Application
EuROC dataset format and related codes
Develop those things: How to obtain the traffic statistics of the monitoring site through the EasyCVR platform?
巴比特 | 元宇宙每日必读:微博动漫将招募全球各类虚拟偶像并为其提供扶持...
MMDetection 使用示例:从入门到出门
”元宇宙“必须具备这些特点