xamarin.ios - Monotouch.Dialog: Enable Selection in UITableView -


using monotouch.dialog create table of values.

when user clicks row, row should flash blue per normal.

how enable in monotouch.dialog?

monotouch.dialog supports flashing behavior elements can respond events (like stringelement when has tap-handler attached) or other elements need respond user's interaction.

this done setting selectionstyle property on cell uitableviewcellselectionstyle.blue

most of cells not respond user's input have value in monotouch.dialog set none. can either change source code make use blue everywhere, or make sure using right element right use case.

i blogged design patterns building elements recently, if want roll own:

http://tirania.org/monomac/archive/2011/jan-18.html


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

sql server - python to mssql encoding problem -

Determine if a XmlNode is empty or null in C#? -