-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Adds zoom buttons to graph controls #637
Adds zoom buttons to graph controls #637
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job Wei!
I've added a few comments, let me know what you think!
⚠ It seems that your Visual Studio doesn't use XAML Styler (https://marketplace.visualstudio.com/items?itemName=TeamXavalon.XAMLStyler), check that this extension is installed and enabled. Once done, save GraphingCalculator.xaml
again to format the XAML code.
Description of the changes:
GraphingControl
'sScaleRange
function. These buttons take advantage ofRepeatButton
's API to allow for hold-down repeat click behavior.GraphingControl
'sResetGrid
function.How changes were validated: