Versile Johnson II

Results 112 comments of Versile Johnson II

> Currently a draft as I just cannot find any way to make this slider full height: > > => Please advise > Currently a draft as I just cannot...

So the root of the problem is this component was written before there was wide browser acceptance for vertical positioned sliders. Unfortunately that means unless the slider is allowed to...

That's a working slider. It's not styled like I wanted but I think it's pretty close to what you want. Or will at least get you there.

This is a workaround using the MudSlider component. Note I did not have the issue you described in the other. This one requires it's container to be 100% width (so...

> @versile2 [#12260 (comment)](https://github.com/MudBlazor/MudBlazor/pull/12260#issuecomment-3647210338) => should I redo the namespace change or no? not until I get a definitive answer on the standard. And once we do we'll change the...

Walk me through the need for _initialScrollEvent? There does seem to be the potential of a race condition, what's it's purpose and what value is it adding?

> The _initialScrollEvent stores the ScrollEventArgs of the very first event fired by the js which allows to later pass this to the c# event subscriber. > > Basically, the...

I've thought about this some over lunch. Here's my opinion. I am against complexity for complexity sake. So that being said firing the RaiseOnScroll method in javascript is likely the...

> Okay, if I understand you correctly you want to make ´fireOnStart´ default to ´true´ but only for the first subscriber (from a behavioural view). > > I deliberately didn't...

> > Okay, if I understand you correctly you want to make ´fireOnStart´ default to ´true´ but only for the first subscriber (from a behavioural view). > > I deliberately...