📜  jQWidgets jqxListBox autoHeight 属性

📅  最后修改于: 2022-05-13 01:56:01.325000             🧑  作者: Mango

jQWidgets jqxListBox autoHeight 属性

jQWidgets是一个 JavaScript 框架,用于为 PC 和移动设备制作基于 Web 的应用程序。它是一个非常强大、经过优化、独立于平台且得到广泛支持的框架。 jqxListBox 用于说明包含可选元素列表的 jQuery ListBox 小部件。

autoHeight属性用于设置或返回指定列表框的高度是否等于每个项目高度的总和。它是Boolean类型,默认值为false

句法:

  • 设置autoHeight属性。
$("#jqxListBox").jqxListBox({autoHeight:true});  
  • 获取autoHeight属性。
var autoHeight = $('#jqxListBox').jqxListBox('autoHeight');  

链接文件:从链接下载 jQWidgets。在 HTML 文件中,找到下载文件夹中的脚本文件。

示例:下面的示例说明了 jqxListBox autoHeight jQWidgets 中的属性。

HTML


  

    
    
    
    
    
    
    

  

    
        

            GeeksforGeeks         

           

            jQWidgets jqxListBox autoHeight Property         

           
        
                 
    
          


输出:

autoHeight 属性

参考: https://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxlistbox/jquery-listbox-api.htm?search=