Skip to content

Conversation

@stecrain
Copy link
Collaborator

No description provided.


template <class T>
void UpdatePadding(
static inline void UpdatePadding(
Copy link
Collaborator Author

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>();
Copy link
Collaborator Author

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(
Copy link
Collaborator Author

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(
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

should this be SetEnumProperty?

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