@using jQWidgets.AspNetCore.Mvc.TagHelpers
@{
ViewData["Title"] = "ASP .NET MVC ScrollBar Example";
List> settings = new List>()
{
new KeyValuePair("width", 450),
new KeyValuePair("height", 18),
new KeyValuePair("min", 0),
new KeyValuePair("max", 10000),
new KeyValuePair("theme", ViewData["Theme"])
};
}