我第一次使用 $('.autoplay').slick({
slidesToShow: 5, //The amount of slides to be in view at any given time
slidesToScroll: 1, // The amount of slides to scroll on click or auto scoll
autoplay: true, // Sets the slider to automatically slide through the slides
autoplaySpeed: 2000, // The interval between sliding between slides
});
,这是我的第一次尝试,并不完全是我想要的。
我不知道如何更改列的大小。我确实使用过自动调整大小,但无法正常工作。 FDLVFlashedProduct.AutoResizeColumns(ColumnHeaderAutoResizeStyle.ColumnContent); FDLVFlashedProduct.AutoResizeColumns(ColumnHeaderAutoResizeStyle.HeaderSize);
ObjectListView
答案 0 :(得分:0)
首先设置DataSource
,然后调用AutoResizeColumns
。
如果您正以其他方式(如当前操作)进行操作,则在尝试调整内容大小时控件为空(无列,无行)。