-
Notifications
You must be signed in to change notification settings - Fork 0
Users/ngbu/add xamldirect #1
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
base: master
Are you sure you want to change the base?
Conversation
* Disable default border on flyouts * clang format changes
|
|
||
| template <class T> | ||
| void UpdatePadding( | ||
| static inline void UpdatePadding( |
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.
I thought you didn't see much gain from updating property utils?
| m_updating = true; | ||
|
|
||
| auto datePicker = GetView().as<winrt::CalendarDatePicker>(); | ||
| /*auto datePicker = GetView().as<winrt::CalendarDatePicker>(); |
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.
remove commented code
| winrt::FrameworkElement::MaxHeightProperty(), winrt::box_value(50000))); | ||
| flyoutStyle.Setters().Append( | ||
| winrt::Setter(winrt::Control::PaddingProperty(), winrt::box_value(0))); | ||
| flyoutStyle.Setters().Append(winrt::Setter( |
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.
what's this change?
| scrollViewer.VerticalScrollBarVisibility( | ||
| showsVerticalScrollIndicator ? winrt::ScrollBarVisibility::Visible | ||
| : winrt::ScrollBarVisibility::Hidden); | ||
| XamlDirectInstance::GetXamlDirect().SetBooleanProperty( |
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.
should this be SetEnumProperty?
No description provided.