Enum conrod::widget::list::ScrollbarPosition [] [src]

pub enum ScrollbarPosition {
    NextTo,
    OnTop,
}

If the List is scrollable, this describes how th Scrollbar should be positioned.

Variants

To the right of the items (reduces the item width to fit).

On top of the right edge of the items with auto_hide activated.

Trait Implementations

impl Copy for ScrollbarPosition
[src]

impl Clone for ScrollbarPosition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ScrollbarPosition
[src]

Formats the value using the given formatter.

impl PartialEq for ScrollbarPosition
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.