腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(9999+)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
5
回答
风格-
DataGrid
DataGrid
?
这不是什么秘密:Silverlight的
DataGrid
默认样式很漂亮,而WPF的默认样式很差。 WPF默认样式的
DataGrid
(在Saied K的回答之后更新):
浏览 6
修改于2013-04-02
得票数 20
回答已采纳
3
回答
高级
DataGrid
与
DataGrid
有人能解释一下高级
DataGrid
和
DataGrid
之间的区别吗?
浏览 3
修改于2015-09-30
得票数 1
回答已采纳
1
回答
WPF
DataGrid
内部
DataGrid
.RowDetailsTemplate
我正试图在WPF的
DataGrid
中创建一个RowDetailsTemplate。 AutoGenerateColumns="False"> <DataTemplate> <
Data
浏览 1
修改于2019-09-24
得票数 5
回答已采纳
3
回答
Datagrid
浏览 5
修改于2017-05-23
得票数 11
1
回答
WPF
DataGrid
RowDetails -将内部
DataGrid
绑定到外部
DataGrid
的父DataRow
我有以下
DataGrid
: ItemsSource="{Binding}" AutoGenerateColumns="false"> <DataTemplate> <StackPanel<
DataGrid<
浏览 0
提问于2016-07-03
得票数 1
回答已采纳
1
回答
嵌套在
DataGrid
问题中的
DataGrid
如果我只是使用一个文本块,这没有问题,但一旦我赋值并单击其中一个父
datagrid
元素,我就会得到上面的错误。下面是我的xaml:
浏览 14
修改于2017-01-06
得票数 1
回答已采纳
1
回答
WPF -用DataGridRow块
DataGrid
去除
DataGrid
这是一个很难解释的问题: 我有一个
DataGrid
和一个(Xceed库)
DataGrid
.ItemsSource的值定义了IntegerUpDown中的项数,因此定义了
DataGrid
中的行数。这意味着,如果用户在
DataGrid
中插入非数字值,则验证失败,并出现带有红色框和感叹号的标准
DataGrid
模板。而且,在纠正此错误之前,
DataGrid
不允许对其内容进行进一步更改。这是否释放了
DataGrid
,允许用户编辑其他单元格,还是
DataGrid
继
浏览 3
修改于2014-06-04
得票数 2
回答已采纳
1
回答
WPF XAML
DataGrid
填充子
DataGrid
然后,我使用以下命令绑定了上面的类:这为我提供了列表,但我尝试做的也是在每个主行上显示学生集合。目前,我得到的只是(集合)填充在
datagrid
的学生记录中。
浏览 9
提问于2016-09-15
得票数 0
回答已采纳
2
回答
DataGrid
DataGrid
右侧的行标题
是否可以将
DataGrid
的行标题显示在网格的右侧?我试图为
DataGrid
找到一些控制模板,但它们都不允许更改行标题的位置。谢谢 进入到这个
浏览 1
修改于2016-03-01
得票数 2
回答已采纳
1
回答
WPF
DataGrid
与
DataGrid
在RowDetailsTemplate中
DataGrid
的RowDetailsTemplate包含另一个显示员工的网格。因此,父网格被绑定到乔布斯列表中。内部网格绑定到“职务”模型中的员工列表。value; } }XAML <DataTemplate&
浏览 0
提问于2013-09-24
得票数 1
2
回答
DataGrid
RowDetails?
我有显示项目列表的
DataGrid
,每个项目可能有详细信息,这是我的代码: <
DataGrid
.Columns> <DataGridTextColumnHeader="Q
浏览 1
修改于2013-11-01
得票数 0
1
回答
使用
DataGrid
在
DataGrid
中绑定EntityFramework
Xaml:无法找到如何绑定包含一个或多个记录的第二个
DataGrid
。<
DataGrid
Name="lstPurchaseDataGrid" Visibility="Visible" AutoGenerateColumns="False" Margin="20,0,20,0<
DataGrid
AutoGenerateColumns="False" x:Name="lstDetailsDataGrid" IsReadO
浏览 0
修改于2017-07-31
得票数 0
回答已采纳
1
回答
Flex
DataGrid
中的
DataGrid
事件
因此,我正在研究如何编辑/验证Flex 3
DataGrid
单元格中的输入。下面是我用来学习的基本例子: width="100%" height="100%" backgroundSize="100%"> <mx:
DataGr
浏览 2
修改于2015-09-09
得票数 0
回答已采纳
1
回答
如何在
DataGrid
中绑定
DataGrid
.RowDetailTemplate
我在RowDataTemplete.I中创建了一个带有
DataGrid
的
DataGrid
,我需要通过以下方式绑定它 <
DataGrid
.Columns>
浏览 5
修改于2016-05-29
得票数 0
回答已采纳
1
回答
Datagrid
中的
Datagrid
,将
Datagrid
的其中一列作为
Datagrid
本身?
这就是我现在的XAML ItemsSource="{Binding myViews}" <
DataGrid
.Columns>Width="*" Font
浏览 2
修改于2013-01-21
得票数 0
回答已采纳
2
回答
UWP
Datagrid
DataGrid
的项源是public static List<Music>对象。<controls:
DataGrid
Grid.Row="1" // Some code &
浏览 1
修改于2019-08-25
得票数 2
回答已采纳
1
回答
为
DataGrid
的特定列设置
DataGrid
我有一个WPF
DataGrid
,它绑定到List<Person> people。public void ShowPeople() myDataGrid.ItemsSource = people;它显示一切都很好,但我想在Address内部的TextBox中显示
DataGrid
我将XAML代码更改为: <DataGridTemplateColumn Header="Address
浏览 4
提问于2013-03-22
得票数 3
回答已采纳
1
回答
访问其他
DataGrid
内部的
DataGrid
.RowDetailsTemplate
我有两个
DataGrid
Concour和Epruve,我想在选择Concour行时使Epreuve显示。我的问题是如何访问
DataGrid
Epreuve以从MySQL中填充它。这就是我试过的<
DataGrid
x:Name="Concours" IsReadOnly="True" AutoGenerateColumns="True" CanUserReorderColumns>
浏览 0
修改于2016-04-28
得票数 1
2
回答
C# WPF
DataGrid
填充
DataGrid
问题
我正试着用WPF
DataGrid
做一个7天滚动平均权重计算器。所以基本上,你一周的体重总和除以7=你7天的平均体重。因此,用户将权重放入名为gridListValues的ObservableCollectionsList中,然后将其添加到
DataGrid
中。7天后,他们在
DataGrid
的另一个专栏中获得了7天的averageWeight。
浏览 0
修改于2021-05-17
得票数 0
1
回答
HeaderTemplate on
DataGrid
我已经创建了一个DataTemplate,用于
DataGrid
的HeaderTemplate。我想让模板抓取标题属性文本,将其设置为列名,以便它可以用于DataTemplate中控件的文本。AncestorType={x:Type DataGridTextColumn}}, Path=Header, Mode=TwoWay}" /></DataTemplate> 这是
DataGrid
<
DataGrid
Name="Ancill
浏览 3
提问于2014-06-12
得票数 0
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券