Skip to content

How to make the sider Bar resizable interactively? #2420

Answered by stsrki
nightroman asked this question in Q&A
Discussion options

You must be logged in to vote

Not sure what you mean exactly. You could control the Bar width with the theme option. eg.

private Theme theme = new Theme
{
    BarOptions = new ThemeBarOptions
    {
        HorizontalHeight = "64px",
        VerticalWidth = "300px",
    },
};

Also, I never thought of combining TreeView with the Bar. I guess some CSS would be required to make it work properly.

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@nightroman
Comment options

Answer selected by nightroman
Comment options

You must be logged in to vote
3 replies
@nightroman
Comment options

@stsrki
Comment options

@nightroman
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@stsrki
Comment options

@nightroman
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants