Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular-rust/ux-components
/ step_v
Method
step_v
src/elements/scrollable.rs:278–280 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
276
277
#[inline]
278
pub fn step_v(&self) -> f32 {
279
self.units_to_scroll_v / self.container.h()
280
}
281
282
pub fn refresh_scroll(&self) {
283
self.update_container();
Callers
1
mousewheel
Method · 0.45
Calls
1
h
Method · 0.45
Tested by
no test coverage detected