当前位置:网站首页>WPF gets the control in the datagridtemplatecolumn of the specified row and column in the DataGrid
WPF gets the control in the datagridtemplatecolumn of the specified row and column in the DataGrid
2022-07-05 20:56:00 【ReflexMechanism】
/// <summary>
/// Get controls
/// </summary>
/// <param name="control_name"> Control name </param>
/// <param name="row"> That's ok </param>
/// <param name="col"> Column </param>
private void setStar(string control_name, int row, int col = 4)
{
DataGridTemplateColumn templeColumn = grd_fan.Columns[col] as DataGridTemplateColumn;
FrameworkElement s = grd_fan.Columns[col].GetCellContent(grd_fan.Items[row]);
Button tbOper = templeColumn.CellTemplate.FindName(control_name, s) as Button;
tbOper.Background = new SolidColorBrush((Color)ColorConverter.ConvertFromString("#ffc400"));
}
边栏推荐
- Is the securities account given by the school of Finance and business safe? Can I open an account?
- 示波器探头对信号源阻抗的影响
- 2.<tag-哈希表, 字符串>补充: 剑指 Offer 50. 第一个只出现一次的字符 dbc
- Duchefa丨P1001植物琼脂中英文说明书
- NPDP如何续证?操作指南来了!
- Implementation of redis unique ID generator
- Selenium element information
- 重上吹麻滩——段芝堂创始人翟立冬游记
- 解读协作型机器人的日常应用功能
- 启牛2980有没有用?开户安全吗、
猜你喜欢
研學旅遊實踐教育的開展助力文旅產業發展
Abnova丨E (DIII) (WNV) 重组蛋白 中英文说明书
王老吉药业“关爱烈日下最可爱的人”公益活动在南京启动
Graph embedding learning notes
重上吹麻滩——段芝堂创始人翟立冬游记
haas506 2.0开发教程 - 阿里云ota - pac 固件升级(仅支持2.2以上版本)
Maker education infiltrating the transformation of maker spirit and culture
Cutting edge technology for cultivating robot education creativity
MySQL fully parses json/ arrays
示波器探头对测量带宽的影响
随机推荐
ODPS 下一个map / reduce 准备
ts 之 属性的修饰符public、private、protect
最长摆动序列[贪心练习]
驱动壳美国测试UL 2043 符合要求有哪些?
实现浏览页面时校验用户是否已经完成登录的功能
ProSci LAG3抗体的化学性质和应用说明
Is it safe to open a stock account by mobile phone? My home is relatively remote. Is there a better way to open an account?
AITM 2-0003 水平燃烧试验
Return to blowing marshland -- travel notes of zhailidong, founder of duanzhitang
Phpstudy Xiaopi's MySQL Click to start and quickly flash back. It has been solved
Duchefa d5124 md5a medium Chinese and English instructions
显示器要申请BS 476-7 怎么送样?跟显示屏一样吗??
Write an interface based on flask
ProSci LAG-3 重组蛋白说明书
phpstudy小皮的mysql点击启动后迅速闪退,已解决
示波器探头对信号源阻抗的影响
Material Design组件 - 使用BottomSheet展现扩展内容(二)
POJ 3414 pots (bfs+ clues)
重上吹麻滩——段芝堂创始人翟立冬游记
珍爱网微服务底层框架演进从开源组件封装到自研