Out of the box it doesn't seem like it's possible :/ Kind of goes against the idea of how they see lists I think. Like a list is a full set of items, where other content types are more unique (does that make sense?)
Should be easy enough to work around though...create a new class, inherit from "Telerik.Sitefinity.Modules.Lists.Web.UI.ListView" (so you're extending their widget). Add a couple new public properties for Skip and Take, then in whatever method populates the list data, use those to limit the resultset.