Alignment and padding for asp:CheckBoxList

前端 未结 4 1185
礼貌的吻别
礼貌的吻别 2020-12-20 14:35

I have an asp.net checkboxlist as follows:

    
        

        
4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-20 14:56

    One of the properties of asp:CheckBoxList is RepeatLayout="Table". This will result to a table-like list where all is checkboxes are aligned.

    
    

    Output:

提交回复
热议问题