Top "View" questions

This tag is for questions about database view or UI / architectural view.

Hide Scrollbar of HorizontalScrollView

How can I get rid of the scrollbars on a HorizontalScrollView?

android view scrollbar horizontalscrollview
Inflating a xml layout in a custom View class

I have a class View1 that extends View. I want to inflate R.layout.test2.xml in this class View1. …

android view android-inflate
Creating temporary view from a temporary table in SQL Server

I have a temporary table and I would like to create a temporary view over this temporary table. Is it …

sql-server view temporary
Change Jenkins default view

I have been trying to follow the instructions on how to change the default view in Jenkins here. I've created …

view jenkins
Can I make Visual Studio place curly braces on the same line as an if statement (in HTML)?

In Visual Studio while designing MVC views (in .aspx or .ascx files), I often use if statements. When I auto-format (…

visual-studio-2010 view formatting curly-braces
How to include a css or javascript in an erb that is outside the layout?

Sorry for the slightly noobish question, as I am writing my first rails app. I get the idea of the …

ruby-on-rails view erb
One controller rendering using another controller's views

I have QuestionController I now have AnotherQuestionController with actions which should render using templates and partials in app/views/question/ …

ruby-on-rails view controller render
How to add a view behind other view in iOS

I want to add a view under my tab bar analog in iOS and then show it with animation coming …

iphone ios view core-animation
Hive lateral view with sample example with hive table having 1 column as array

My use case is I am having one table in hive which has one column as INT and one as …

view hive sample query-by-example lateral
View or Temporary Table - which to use in MS SQL Server?

I have a problem to decide whether to use a view or a temp table. I have a stored procedure …

sql sql-server view temp-tables