我一起的(也試過只設置風格分組)行嘗試了各種東西:Appcelerator的鈦合金:如何設置TableViewStyle在XML
<Alloy>
<Window title="Add Remember">
<TableView id="table" style="Ti.UI.iPhone.TableViewStyle.GROUPED">
<!-->
<TableViewSection headerTitle="Title">
<TableViewRow><TextField hintText="Title" id="title"></TextField></TableViewRow>
</TableViewSection>
<TableViewSection headerTitle="Location">
<TableViewRow><TextField hintText="Location" id="location"></TextField></TableViewRow>
</TableViewSection>
<TableViewSection headerTitle="Notes">
<TableViewRow><TextArea hintText="Notes"></TextArea></TableViewRow>
</TableViewSection>
</!-->
</TableView>
</Window>
</Alloy>
但是,沒有家當。
我也注意到,在控制器文件中以編程方式設置它的工作,但只有當我還沒有添加任何部分或行到TableView(這就是爲什麼部分和行被註釋掉以上)。
如何在xml中設置此屬性。
我懷疑這是一個命名空間的問題。我還建議當必要時創建JIRA時,將這些問題直接記入合金用戶組 –