$(document).ready(function () {    
    jQuery(".DropList").addSelectUI({
        scrollbarWidth: 15
    });
});
