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

Improve RichTextBox reader mode #16

Merged
merged 2 commits into from
May 20, 2019
Merged

Improve RichTextBox reader mode #16

merged 2 commits into from
May 20, 2019

Conversation

Xanfre
Copy link
Contributor

@Xanfre Xanfre commented May 19, 2019

The default RichTextBox implements the reader mode in a similar manner to its vertical scrolling, being very jumpy and treating an image the same as it does a line of text. This implementation uses the previously-added BetterScroll method to scroll the view by pixels whilst in reader mode to allow for a better and more consistent experience. This also nullifies the need for the reader mode flicker fix, as this method does not trigger this behavior.

Additionally, it is now possible to scroll the FM List DataGridView control horizontally by tilting the mouse wheel or by using other traditional methods.

Xanfre added 2 commits May 18, 2019 11:19
-Added new reader mode to RichTextBox using the new scrolling method
-Added ability to scroll horizontally on DataGridView by tilting the mouse wheel
@FenPhoenix FenPhoenix merged commit 9879026 into FenPhoenix:master May 20, 2019
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.

2 participants