CheckBoxList item vertical distribution

D

dbuchanan

When there are only a few items in the CheckBoxList they are distributed in
a sparse maner such as one at top, one in the middle and one at the bottom.
Is there any way to have the vertical spacing always consistent and at the
top? I looked for a setting but did not see one,.

Thanks,
Doug
 
J

Jialiang Ge [MSFT]

Hello Doug,

I reproduce the sparse layout of CheckBoxList when a big value of the
property "Height" is set in the control. For example:

<asp:CheckBoxList Height="500" runat="server" ID="chkList"
DataSourceID="SqlDataSource1" DataTextField="szDescription"
DataValueField="wCustType" />

Doug, would you please check whether there is a definition of Height on
your side? By removing the Height property, CheckBoxList will stay at the
top and use the default cell spacing (if not defined elsewhere) between the
checkboxes as is expected.

If this suggestion does not help, would you please show us some sample
code, e.g. your definition of the CheckBoxList in the aspx page, or
code-behind codes that operate on the control's properties?

Please let me know if you have any other concerns, or need anything else.

Regards,
Jialiang Ge ([email protected], remove 'online.')
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top