Denis Voituron
Denis Voituron
> Damn. This dude is putting in some work. Somebody get this man a raise. And this work is done outside my normal working hours 😁 Thanks for the compliment....
Unfortunately, I don't think this is possible with the current version of Web Components. I will retain the request for the next version of Lib, which will use the new...
@MarvinKlein1508 Thank you very much for your comments. We will check and fix all of that.
> I'm thinking about `FluentStack` for example where I always change the direction. What do you mean? By default, the `FluentStack` has an `Orientation=Horizontal` because the default HTML orientation is...
> Because I use the `FluentStack` to have equal spacing between each item. Since the component allows you to change orientation, why not use it? :) Yes you can use...
In v5, you have now a ` Reversed` parameter: https://fluentui-blazor-v5.azurewebsites.net/Stack
This behaviour is due to the presence of this style `overflow` in the `FluentMultiSplitter` component. You can disable it (see example below) if you manage the minimum panel size correctly....
This feature will be supported in the next major Release (v5).
I don't think you can do that: each time the page will be rendered, this JS code will be executed and a click event will be added. ```js button.addEventListener("click", function...
The `removeEventListener` method requires both the type of the event (e.g., "click") and a reference to the exact function that was added as an event listener. Without providing the function...