腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(9999+)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
ListBox
中的
ListBox
-选择行为
<
ListBox
x:Name="
listbox
"> <DataTemplate> <TextBlockText="{Binding Header}" /> <
ListBox
ItemsSource="{Binding Subs}" Padding="1
浏览 4
修改于2012-12-18
得票数 1
回答已采纳
1
回答
无法绑定到
ListBox
子
ListBox
我正在绑定到一个
ListBox
,并在
ListBox
中绑定另一个
ListBox
。Criterias get { return _criterias; } } <
ListBox
.Resour
浏览 6
修改于2017-05-23
得票数 0
回答已采纳
1
回答
删除
ListBox
of
ListBox
中的高亮显示
我有以下代码,无法删除突出显示: Name="OuterListBox" VerticalAlignment="2" BorderThickness="0" <
List
浏览 4
修改于2021-04-23
得票数 0
回答已采纳
2
回答
DataTemplate inside DataTemplate -
ListBox
inside
ListBox
Orientation="Vertical"> <
ListBox
DynamicResource kidTemplate}" /> </DataTemplate> </Window.Resour
浏览 2
修改于2011-11-12
得票数 2
回答已采纳
1
回答
防止
Listbox
显示部分
Listbox
项
此信息保存在具有自定义listboxitem控件的
Listbox
控件中。 <RowDefinition Height="279*" /> <
ListBox
ScrollViewer.VerticalScrollBarVisibility="Hidd
浏览 0
修改于2017-05-23
得票数 1
回答已采纳
2
回答
单击
ListBox
with DataTemplate,选择
ListBox
Item
当您单击
ListBox
(它的DataTemplate)中的控件时,我想知道是哪一项,这样我就可以选择该项。 <
ListBox
.ItemTemplate> <StackPanel>
浏览 0
提问于2011-05-13
得票数 1
1
回答
ListBox
滚动
我的
ListBox
代码如下所示:this.
listBox
1.Anchor = ((System.Windows.Forms.AnchorStyles, System.Drawing.GraphicsUnit.Point, ((byte)(238)));this.
listBox
1.IntegralHeigh
浏览 2
修改于2011-05-29
得票数 2
回答已采纳
2
回答
ListBox
过滤
我有一个有10,000个项目和许多重复项目的
ListBox
!我要将它保存到一个没有重复项目的文件中(一个项目而不是所有副本!)我是这样使用的:VarVar Temp_
ListBox
: TListBox; Temp_
ListBox</
浏览 2
修改于2011-08-22
得票数 3
回答已采纳
1
回答
如何更改
ListBox
的
ListBox
属性?
问题是我使用的是MVVM,我不能只在IsVisible事件中更改
ListBox
的OnClick属性。 <Button Name="kekw" Content="{Binding Name}" /> <
浏览 4
提问于2021-06-11
得票数 0
回答已采纳
1
回答
WPF输入
ListBox
项的
ListBox
我有一个WPF应用程序,通过编程将焦点设置为
ListBox
项,然后使用向上/向下箭头从一个项目导航到另一个项目。get; set; } public bool IsSelected { get; set; }XAML代码是 <
ListBox
.
浏览 2
提问于2016-09-16
得票数 5
回答已采纳
3
回答
ListBox
中的TextBox、按钮和
ListBox
<
ListBox
x:Name="projectList" IsSynchronizedWithCurrentItem="True"> <StackPanel> <
ListBox</em
浏览 0
修改于2009-03-10
得票数 1
回答已采纳
2
回答
ListBox
在
ListBox
和selectedItem / Events中
首先是XAML: <DataTemplate> <<e
浏览 3
提问于2012-03-28
得票数 0
回答已采纳
4
回答
绑定到
ListBox
中的排序
ListBox
我的目标是将数据绑定到
ListBox
并按MyObject.Name进行排序。目前,我在XAML中有一个名为
ListBox
的MyObjectsList,并在构造函数中使用以下代码将其链接起来:{ .Orde
浏览 1
修改于2012-05-29
得票数 8
2
回答
ListBox
窗口没有在
ListBox
上显示错误。
我的WPF应用程序中有一个对话框,其中包含一个
ListBox
。
ListBox
使用以下DataTemplate显示其内容: <CheckBox Content="{Binding如果没有,
ListBox
应该显示一个错误,对话框中的OK按钮应该被禁用。 好消息是,当不检查
ListBox
中的任何内容时,对话框上的
ListBox
按钮确实被禁用。坏消息是,Style似乎不起作用
浏览 0
提问于2014-03-14
得票数 0
回答已采纳
1
回答
显示截断WPF
ListBox
项的
ListBox
到处搜索,但找不到我正在寻找的答案;也许我没有使用正确的搜索词。例如,对于某些WinForm列表容器控件,只有当鼠标悬停在被截断的列表项上时,ToolTip才会出现。
浏览 4
修改于2011-07-05
得票数 1
1
回答
ListBox
缺失
我有一个列表框,有两个按钮,新的和删除。new将项添加到列表框中,删除按钮应将项目从列表框中删除。列表框项绑定到一个类,该类存储用户从下面的文本框输入的数据。 { Condition cond = new Condition(""); cond.Name = string.Format("Condition {0}", _selection.NetConditions.Cou
浏览 0
修改于2016-01-22
得票数 0
回答已采纳
1
回答
创建
ListBox
我需要在文件中有
ListBox
。我声明
ListBox
添加了项,但是在将其分配给特定的单元格时遇到了问题:With lst.AddItem "2"现在我想在单元格
浏览 3
修改于2020-07-13
得票数 1
回答已采纳
1
回答
过滤
ListBox
我有一个名为lsbEntities的
ListBox
。我想根据一些选定的单选按钮来过滤它的项目。} { }{ // DELEGATE NEEDED T
浏览 0
修改于2013-11-19
得票数 3
回答已采纳
2
回答
在WPF中为
ListBox
创建
ListBox
代码
我试图以编程的方式为一个ItemTemplate创建一个
ListBox
,但它不起作用。我知道在XAML中我可以有这样的东西: <
ListBox
.ItemTemplateBackground="Red" Foreground="White"
浏览 5
修改于2014-04-15
得票数 3
回答已采纳
3
回答
填充
ListBox
AccountCollection(string accountName) AccountName = accountName;} <
ListBox
浏览 0
提问于2012-01-11
得票数 0
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券