Top "Tableview" questions

A table view is a means for displaying and editing hierarchical lists of information.

Background with 2 colors in JavaFX?

In JavaFX 2, using CSS, is it possible to create a background with 2 colors? Think of e.g. a TableCell with …

css javafx-2 tableview cell background-color
(Swift) PrepareForSegue: fatal error: unexpectedly found nil while unwrapping an Optional value

DetailViewController: @IBOutlet var selectedBundesland: UILabel! TableViewController: override func prepareForSegue(segue: UIStoryboardSegue!, sender: AnyObject!) { if (segue.identifier == "BackToCalculator") { var vc:FirstViewController = …

ios swift tableview segue iboutlet
TableView has more columns than specified

When using a TableView in JavaFX 2, there seems to be magically one column added instead of resizing the existing ones. …

layout tableview javafx-2
Xcode tableview how to select ONE row in EACH section

I have a tableview with 2 sections. I want only one row to be selected per each section. Right now I …

xcode tableview
JavaFX TableView change selected cell colour

I have a JavaFX TableView and a ListView and they both use custom cell factories. In particular I have overridden …

css javafx tableview selection tablecell
UISwitch in TableView in Switch

Hello fellow programmers! I have a challenge I need help with. I have built a table using a Custom Style …

swift tableview uiswitch
How to set background color of cells in static table swift Xcode 6

I have static table and I set background color for tableview -> tableView.backgroundColor = UIColor.redColor() and when I …

static ios8 tableview xcode6.1
didSelectedRowAtIndexPath - prepareForSegue - Storyboard

i'm trying to send data to my DetailViewController according to the row i selected in my TableView. My project is …

objective-c storyboard tableview detailview
TableViewController doesn't flash scroll indicators even if the table is bigger that the view

I've got a weird problem with a TableViewController. In the doc it says that a tableViewController deals also with the …

iphone sdk scrollbar tableview indicator
How to update height Constraints by SnapKit and update cell height?

I have a TableViewCell and two button to switch different constrain. I want to update it's height constrain and cell …

ios swift uitableview tableview snapkit