delphi FMX 数字下拉滑动

Posted lypzxy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了delphi FMX 数字下拉滑动相关的知识,希望对你有一定的参考价值。

滑动输入数字

NumberBox控件

HorzIncrement:划动自动增加输入值的步长

combobox控件

http://docwiki.embarcadero.com/RADStudio/Berlin/en/Using_Pickers_to_Provide_Platform-Specific_Behavior_and_View_of_Selection_Controls

http://docwiki.embarcadero.com/Libraries/Berlin/en/FMX.ListBox.TComboBox_Properties

http://docwiki.embarcadero.com/Libraries/Berlin/en/FMX.ListBox.TCustomComboBox.Placement

DropDownKind属性

Placement:

 

 Custom

Defines to use the standard FireMonkey drop-down list controls to select string items from drop-down lists.

Native

Defines to use the TCustomListPicker picker to provide platform-specific list controls to select string items from drop-down lists.

Native效果

 

Custom效果。

 

 

以上是关于delphi FMX 数字下拉滑动的主要内容,如果未能解决你的问题,请参考以下文章

delphi 如何让Combobox下拉菜单时,显示一个树形结构

Delphi FMX组件重影去除子组件

DELPHI (VCL及FMX[Firemonkey])启动时的欢迎窗口实现代码

修改delphi xe6 FMX Label字体颜色

修改delphi xe6 FMX Label字体颜色

Delphi修改FMX Label字体颜色