Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added scrollbar to Server Profiles list in MainWindow.xaml #227

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Prodigyfly
Copy link

Added scrollbar to Server Profiles list in MainWindow.xaml

Description

This change adds a scrollbar to the Server Profiles list in MainWindow.xaml. Previously, if the list contained many profiles, some of them were not accessible because they were outside the visible area. This update ensures that all profiles can be seen and selected by adding a scrollable container.

Motivation and Context

  • This change is necessary because users with many server profiles were unable to access all of them without resizing the window.
  • It improves usability by making all profiles visible in a structured and user-friendly way.
  • This change does not alter the core functionality of the application but enhances the user interface.

How Has This Been Tested?

  • The modification was tested by compiling the project in Visual Studio.
  • The application was run with different numbers of server profiles to verify that the scrollbar appears when necessary.
  • No performance issues or visual bugs were detected.

Screenshots (if appropriate):

image

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.

Added scrollbar to Server Profiles list in MainWindow.xaml
@jupster
Copy link
Collaborator

jupster commented Mar 4, 2025

Generally I'd say do it on the latest dev branch, but I think for this it should be fine. I'll look over it hopefully today if I can get a chance.

@OverlordZorn
Copy link

resolves #226

@jupster jupster self-requested a review March 5, 2025 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants