Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
RadioButtonList.aspx ページに があり、コード ビハインドにロードします。
RadioButtonList
縦に表示するにはどうすればよいですか?
RepeatDirection=Vertical
RepeatDirection を Vertical に変更します。希望どおりにレンダリングするのに問題がある場合は、 RepeatLayout=Flow を使用することも検討してください。多くの場合、RepeatLayout=Flow を使用し、スタイリングを処理するために CssClass を割り当てます。