yes in the widget i currently have in progress tv shows and movies next to each other on the same row
skin is estuary
if you go into the skin files, xml/Includes_Home.xml, include name is WidgetListPoster
you can locate:
<content sortby="$PARAM[sortby]" sortorder="$PARAM[sortorder]" target="$PARAM[widget_target]" limit="100">$PARAM[content_path]</content>
this line can be duplicated to show additional items within a single row, content_path just needs to be a smart playlist or a videodb:// url
i copied the whole include to a new include definition that i use in Home.xml for a "Continue Watching" section on the home screen
inside Home.xml youll find sections:
<include content="WidgetListPoster">
which can be changed to your new definition