Background image for tableview Titanium?

If you want a single image as a background to the whole TableView. Have a backgroundImage set in the parent view and for TableView set the backgroundColor to transparent Following is your code modified for the same: var win = Titanium.UI. CurrentWindow; setBackgroundImage('Default.

Png'); var data = ... ; var tableview = Titanium.UI. CreateTableView({ data:data, maxRowHeight:'20', backgroundColor:'transparent', //Set BG transparent rowBackgroundColor:'white' }); win. Add(tableview) Reference.

If you want a single image as a background to the whole TableView. Have a backgroundImage set in the parent view and for TableView set the backgroundColor to transparent. Following is your code modified for the same: var win = Titanium.UI.

CurrentWindow; setBackgroundImage('Default. Png'); var data = ... ; var tableview = Titanium.UI. CreateTableView({ data:data, maxRowHeight:'20', backgroundColor:'transparent', //Set BG transparent rowBackgroundColor:'white' }); win.

Add(tableview); Reference.

I am making application which requires to implement TableView. I want to apply background image to tableview. Can anybody help me to resolve this issue.

Any help will be appreciated.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions