amwx
amwx
> i think your application work fine with `FlowDirection`, what needs to be updated? > (The exit of the text FluentAvalonia from the margins, is related to text processing and...
> Some other changes (some required): > > * (Useful) Use Loaded/Unloaded events > > * Rename PointerEnter to PointerEntered and PointerLeave to PointerExited per [Rename to PointerEntered and PointerExited...
@RobertBeekman Short answer - yes, FluentAvalonia will continue First of all apologies on my lack of presence lately. I got caught up with something in July and then honestly needed...
Closing this PR. v2 work is now in a new branch and PR #188
It's a styling issue here... https://github.com/amwx/FluentAvalonia/blob/172ab14f0c4ddb8b4025a9699e3ad35d174bb08a/FluentAvalonia/Styling/BasicControls/CalendarDatePickerStyles.axaml#L25-L122 I didn't add a separate `DataValidationErrors` item as the root of the control template, instead template binded it to the TextBox. Theoretically that should...
I'd love to implement popup animations and shadows, but its a very difficult task to do. 1- It requires the platform supports transparency. True on Windows and Mac (I think),...
Adding properties to ProgressBar would have to be done upstream - as that's a core Avalonia control. You could probably achieve a similar effect via attached properties, though. Not sure...
Apologies for the delay in response - yes this is a known thing with CoreWindow. I believe some of the core logic in Avalonia's window class is conflicting with what...
Don't use `ClientSize` to restore the properties, set `Width` and `Height` directly (it's fine though for saving). Given that `ClientSize` is a `protected set` property, I'm pretty sure it's not...
When you made the change, did you test it without your OS checks for saving and loading the values? You code still has the "30" adjustment and that may be...