listbox

美 [lɪst'bɒks]英 [lɪst'bɒks]
  • un.列表框
  • 网络列表框控件;列表控件;列表框类

listboxlistbox

listbox

列表框

....下面这个例子充分说明了列表框的这个特点,并介绍了列表框(ListBox)的常用属性。

列表框控件

列表框控件(listbox)消息&&Listctrl 样式和LV_ITEM和LV_COLUMN(561) 基于小波变换的图像压缩技术初探(409) 位图在内存中 …

列表控件

虚拟列表控件ListBox)的实现 - How a Virtual List Box Works关于 CVComboBox - Understanding the class CVComboBox 2…

列表框类

列表框类(listbox)默认列表框不向其父窗口发送WM_COMMAND 消息 ,要加上LBS_NOTIFY Style LBS_NOTIFY LBS_SORT L…

列表框的使用

想学什么自己选 - 老虎的日志 - 网易博客 ... Flash MX 2004 滚动文本框的两种做法 ListBox 列表框的使用 ComboBox 组合框的 …

列表方块

... 卷动区域(ScrollViewer) 4.11 列表方块(ListBox) 4.12 滑杆(Slider) 4.13功能表列(ApplicationBar) 第5章 版面配置管理 5.1网格...

列表框组件

列表框组件 列表框组件listbox)位于组件面板的 Standard 选项卡上,用于显示一系列项目列表,用户 可以选择其中的一个 …

1
Occurs when an item is being moved up or down in a listbox either by the mouse, keyboard or programmatically . 在用鼠标、键盘或以编程方式在列表框中上下移动某个项时发生。
2
As you type, matching items from a list set by the developer appear in a listbox below the textbox. 当你打字时,从开发者设置的列表中(显示在在文本框之下的一个列表框中)匹配条目。
3
At this point, you need access to the customerList listbox to populate it with all customer data. 此时,需要访问customerList列表框来展开所有用户数据。
4
Taking into account SilverLight predefined large number ListBox is loaded, the efficiency is very low, self realization of a ListBox. 考虑到SilverLight预定义的ListBox在加载数量较多时,效率很低,自已实现一个ListBox。
5
This will fire an event handler that takes the tablename from the ListBox and retrieves the metadata for that table. 这将激活一个事件处理程序,该程序采用ListBox中的表名,并为该表检索元数据。
6
It enables the data population of the customer listbox to occur before rendering, but after all ZUL components are composed. 它允许客户列表数据展开在提交之前,但在所有ZUL组件组装之后发生。
7
Listing 10 shows how the table is populated using a listbox element, where I define a model based on which table element is populated. 清单10展示了如何使用一个listbox元素来填充这个表格,在listbox中,我定义了一个模型,将根据这个模型填充表格元素。
8
Conspiracy Generator - A fun program - shows case, counters, for loops and listbox. Some other things too - For Beginners, by Beginners. 这是一个有趣的程序-陈列框,计算器,用于循环和列表框,还包括其它一些事情-由初学者为初学者所编写。
9
Specifies the background color for the selected item in a ComboBox or ListBox. 指定组合框或列表框中选定数据项的背景色。
10
Note that the listbox at the top contains all of the items in my pending change set. 注意,上部的列表框包含了在我的变更等待序列中的项。
11
In this particular example, I only have two changes, but this listbox typically has a scrollbar and contains lots of items. 在这个特殊例子中,我只有两个变更,但是这个列表框在有很多项的时候是有滚动条的。
12
It provides a similar Microsoft Word and Excel containing the check box (CheckBox) list box (listbox). 它提供了类似MicrosoftWord和Excel中的内含检查框(CheckBox)的列表框(listbox)。
13
This is a short example of how to put columns in a listbox and take data out of them again. 这是一个简短的示例,示范了如何在一个列表框中插入列,并再次从它们中间取出数据来。
14
Specifies the source of the values in a ComboBox or ListBox control. 指定组合框或列表框控件中数据值的源。
15
Specifies the first element to display in a ComboBox or ListBox control. 指定组合框或列表框控件中显示的第一个元素。
16
Listbox -Multi example - Here is a larger example of the listbox function that can be used as a scheduling type program. 这是一个列表框控件函数的大例子,可以用作一个规划类型的程序。
17
In the Available columns listbox, scroll down to the Button Column. 在Availablecolumns列表框中,向下滚动到ButtonColumn。
18
The table column headers are defined by listheader child components of the customerList listbox. 表格列标题由customerList列表框的子部件listheader来定义。
19
As soon as the user starts typing, a suggestion listbox opens under the input field. 只要用户开始输入,就会在输入栏下打开一个推荐列表框。
20
From that metadata, you need to use the list of fieldnames, and place them in the second listbox, the TCheckListBox. 从元数据来看,您必须使用字段名的列表,将它们放置在第二个列表框TCheckListBox中。