MIT license FREE

The MIT license is an
open-source license.
Read full license

You need to log-in or create an account
  • Create an account
  • Log-in
  • Please use your real name.
  • Account activation link will be sent to this address.
  • Minimum 8 characters

Clicking this button confirms you read and agreed to the terms of use and privacy policy.

(3 ratings)

ListBox Zoom - WPF/C#

Enables Zooming on ListBox WPF/C# with Mouse

Share and win up to $15k in prizes each month!Learn more

Share

Description

ListBox in WPF is good. This code will give it additional usability. When you hover your mouse over it, the current items in the ListBox will Zoom, thus giving it a really nice look.

There is no code behind, only XAML. You can easily change colors and other properties,

Back to top

ListBox Zoom Installation Guide

  1. In your project in Solution Explorer Window, right click on your project and select Add-->New Item.

  2. Select Resource Dictionary (WPF) and give it a name ListBox.

  3. Save it

  4. Open ListBox.cs that you downloaded in this package, and its content copy in your ListBox.cs (the one you just created in step 2).

  5. Open App.xaml in your project, and make sure it has this code:

    Application.Resources

    
    

    Application.Resources

  6. Now you are ready to use this lovely ListBox with Zoom. Simply add ListBox control on your project and you are done.

Please note, if you are starting a project from zero, than you do not require step 5

Read all 2 comments »

Questions & Comments

Leave a comment

You must be logged-in to leave a comment.
Log-in now or register for a free account.
You must be logged-in to vote. Log-in to your account or register now.
View all 1 reviews »

User Reviews