Dipesh Kumar

Results 98 comments of Dipesh Kumar

@MauNguyenVan, the team is currently occupied with Win11 theming changes. Once we have bandwidth, we will get to your PR.

I have updated the proposal above. The initial proposal was generated after the integration of the styles and had a lot of properties that were not needed. @batzen > Button:...

Got it, that is a legitimate use case, that's why we have removed the extra properties on DataGrid.

> I wonder whether putting it on TextBoxBase and implementing it later... TextBox and RichTextBox both will have different implementations for handling the PlaceholderText property. Moreover, adding it in TextBoxBase,...

Okay, for implementation you can refer to `feature/win11theming/api/implementation` branch. It is still in a rough form. As of now, in implementation we have a TextBlock that is responsible for showing...

@miloush @batzen, after taking in consideration your points, I reviewed the API again and modified the `Placeholder` property to be of type `object`. Thoughts on the new API surface ?

Currently the check is that when the textbox or password box has some non zero content, the placeholder becomes invisible.

@miloush @batzen, with Win11 theming the approach that we are taking is to achieve the correct Win11 styles with minimal API changes and have parity with WinUI in terms of...

@miloush @batzen , I think that adding a `PlaceholderVisible` will give us enough flexibility to handle the custom behvaiours of Placeholder property. Customizing style of Placeholder ( like colour, italics,...

@ThomasGoulet73, we were not able to investigate the failure yet. Will get back to you with some details.