Closed ChristopheLav closed 5 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
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
Contains some improvements of Fluent Design styling:
Thanks.