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

Don't focus on ItemsControl in PdbInfoViewer / PdbSourcesViewer #1028

Merged
merged 2 commits into from Jun 12, 2020

Conversation

campersau
Copy link
Collaborator

fixes #1027

@@ -63,7 +63,7 @@
Grid.Column="1"
Visibility="{Binding CompilerFlags, Converter={StaticResource NullToVisibilityConverter}}"
ItemsSource="{Binding CompilerFlags}"
MaxHeight="250">
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@clairernovotny was there a reason why you did set a MaxHeight?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The idea was that if the compiler list became too long, it'd scroll. That way the references wouldn't be too far down. Not sure on the best UX for the tab as a whole.

@clairernovotny clairernovotny merged commit 7bb55bc into NuGetPackageExplorer:master Jun 12, 2020
@campersau campersau deleted the pdb_tab_stop branch June 12, 2020 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PdbInfo scroll box is centered instead of left
2 participants