hscrollable

Create a new horizontally scrollable node.

@safe
alias hscrollable(alias T) = simpleConstructor!(ApplyRight!(ScrollFrame, "true"), T)

Meta