Breakpoint / switchable view

I am trying to setup so that within a single view I have breakpoint container switching, but I want to be able to manually switch between without adjusting screen size.

So 2 display views call them Dis1 Dis2
If screen size >500pix use Dis2
if a button is pressed on Dis1 switch to Dis2 and vice versa
if screen size >500 px use Dis1

only thing I can think of to accomplish this would be a tab container inside large part of breakpoint container and replicate one portion of tab container inside the small part of the breakpoint container.

really don't like having the same display setup done twice. Is there another way to do this?