microsoft / InventorySample

Sample UWP application for LOB scenarios
MIT License
591 stars 199 forks source link

Updated Fluent Design styling #39

Closed ChristopheLav closed 5 years ago

ChristopheLav commented 6 years ago

Contains some improvements of Fluent Design styling:

Thanks.

red2014 commented 6 years ago

Can have help from you . I need to add a TimePicker to the form as FormTimePicker to display RegistredTime colomn in Customers table As Example:

I create FormTimePicker.xaml in Control folder. I create class FormTimePicker.cs in Form folder. BUT NO CHANCE . GET exception : System.NullReferenceException: Object reference not set to an instance of an object. at Inventory.Controls.FormTimePicker.UpdateVisualState() at Inventory.Controls.FormTimePicker.OnApplyTemplate() at Windows.UI.Xaml.UIElement.Measure(Size availableSize) at Inventory.Controls.FluidGrid.MeasureOverride(Size availableSize)

Can you help me . Thanks

marb2000 commented 5 years ago

Thanks @ChristopheLav for this contribution. I was so rude for not thanking you long time ago. Your improvements are very interesting and we should evaluate some of them when we will revise this sample in the future.

Best regards -Miguel Ramos