Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8761817
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T15:22:41+00:00 2026-06-13T15:22:41+00:00

When developing an ASP.NET web application that is targeted at mobile devices (mainly tablets),

  • 0

When developing an ASP.NET web application that is targeted at mobile devices (mainly tablets), I’ve noticed that drop down lists are sometimes difficult for users to select the correct item if they have fat fingers, or just aren’t very good with a touchscreen.

I know I’m not the only one to notice this, as IOS apps specifically moved away from using drop downs for this reason and instead they typically use that UIPickerView control that looks like a roll of toilet paper, but lets people more easily select an item from a list by scrolling.

So, I’m looking for a good way in ASP.NET, without rolling my own custom control, to either make a dropdownlist easier to use on mobile devices, or am looking for some free control that I could use in place of a dropdownlist.

The first thing that comes to mind is; can I somehow space the list items further apart, so people can more easily select the item they intended? I’ve tried changing the font to be bigger, but that doesn’t really help; especially because then the control has to be wider, when the problem is really just how much vertical space there is between items.

If not, does anyone have any suggestions or real-life examples of how they’ve addressed this concern?

Any suggestions are much appreciated!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T15:22:42+00:00Added an answer on June 13, 2026 at 3:22 pm

    I’ve used DropKick.js in passed projects with success. It overcomes the shortfalls of styling select options and provides more control of styling through CSS.

    Update (after comment):

    DropKick.js progressively enhances the HTML (select field) that’s rendered on the page. All you’d need to do is provide the proper hooks that dropkick needs to convert the rendered select field into its implementation.

    From dropkicks’ homepage:

    How to use

    DropKick works by transforming your existing, boring into
    beautiful, customizable HTML dropdowns. The name attribute is the only
    one that is required. You should also set a tabindex attribute to
    enable navigation via tabbing.

    <select name="pretty" tabindex="1" class="pretty dk">
      <option value="">Choose a reaction</option>
      <option value="amazed">Amazed</option>
      <option value="bored">Bored</option>
      <option value="surprised">Surprised</option>
    </select>
    

    How do I use it in asp.net

    Pretty simple you can download the js file and include it in your site:

    <script type="text/javascript" src="js/dropkick.js"></script>

    And include the css files for the styling:

    <link rel="stylesheet" type="text/css" href="default.css">

    You’re almost there…now you need to use jquery to add it to the page’s drop down lists, something to this effect:

    $('#myDropDown').dropkick();

    Or

    $('.myDropDown').dropkick();

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing an ASP.NET web application that incorporates google maps. I have an
I am developing an ASP.NET web application that sends a request to another server
I am developing an asp.net mvc web application that makes much use of jquery
I am developing an ASP.NET intranet web application that provides short quizzes to the
We are developing an ASP.Net web application and need that application to work properly
I'm developing an asp.net web application targeted to business customers. Can anyone provide some
I am developing an asp.net web form application that displays some info on separate
I am developing an ASP.Net C# web application that should access the database using
I have an Asp.Net MVC Web Application that I am developing. I have TeamCity
We are developing an asp.net 2.0 web application in that user can sign-up or

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.