Well.. Netflix App is layed out like a tablet...
Some apps use two parameters to determine if to layout as tablet o as phone..
One is the resolution.. Like, I believe, Netflix. A WXGA resolution is almost always a tablet resolution. So the app will layout out as it..
The other parameter is screen pixel density... The Note comes predefined at a 320 dpi, which is a High Pixel Density (hpdi) as seen in apps. The galaxy Tab 10.1, for example has listed a 149 dpi which is either low (lpdi) or medium (mpdi).
So the apps which have a lpdi or mdpi layout defined in code (for Tablets) can show like that.
You can actually change the dpi value that apps "read" from the device by rooting it and with some apps like LCD Resolution (or changing the required file in /system)..
So while the Note has ~300dpi, apps (and Home, and app drawer, and all) will show as ~200 or whatever number you want..
I changed mine to 240dpi to take advantage of the High Resolution and read more onscreen (instead of just view a higher pixel density for icons).. and apps like Opera Mini show as a tablet...
-----------------------------
Of course there are just a few apps running on gingerbread and with tablet layouts.. This will all change a lot with the ICS update in March; and we will be able to view Tablet layouts for a lot more apps..
