Thuộc tính RepeatLayout ASP.NET
Định nghĩa và cách sử dụng
Thuộc tính RepeatLayout được sử dụng để lấy hoặc thiết lập cách hiển thị các mục trong RadioButtonList.
Cú pháp
<asp:RadioButtonList RepeatLayout="mode" runat="server"> nội dung nào đó </asp:RadioButtonList >
Thuộc tính | Mô tả |
---|---|
mode |
Định nghĩa布局 của các mục trong RadioButtonList. Các giá trị có thể:
|
Mẫu
Dưới đây là ví dụ thiết lập RepeatLayout cho控件 RadioButtonList:
<form runat="server"> <asp:RadioButtonList id="rb1" runat="server"> RepeatLayout="Flow"> Nội dung nào đó </asp:RadioButtonList> </form>
Mẫu
- Cài đặt thuộc tính RepeatLayout của控件 RadioButtonList