Can you create a custom layout for your views?

I want to make a 3x1 view layout. 3x1 is not an an option. I can do 3x3 or 3x2. I have new AXIS cameras that are stitched in a panoramic view, but I am unable to put them up without several blank panes. Right now I have 4x1 and 3x3 but they still aren’t what I am looking for.

I know it is pretty late to provide an answer, but might be that someone else has the same question, so here goes anyway:

You can from a Smart Client plugin either create a view directly with your own custom layout - see the “Smart Client Dynamic View” and “Smart Client View and Window Tool” plugin samples for how to do this.

Alternatively you can return an instance of a class derived from the ViewLayout class in the ViewLayouts property of the PluginDefinition. This will make the custom view layout available for the Smart Client operator when he creates a new view himself.