常用方法-Bada软件开发

时间:2024-05-16 03:01:03
【文件属性】:

文件名称:常用方法-Bada软件开发

文件大小:1.91MB

文件格式:PPT

更新时间:2024-05-16 03:01:03

Bada

常用方法: 滚动到底部 ScrollToBottom (void) 将指定index的item滚动到顶部 result ScrollToTop (int index) 滚动到顶部 void ScrollToTop (void) 删除所有选中的项 result RemoveAllCheckedItems (void) 删除所有项 result RemoveAllItems (void) 删除指定项 result RemoveItemAt (int index) 修改指定项 result SetItemAt (int index, const Osp::Base::String *pText1, const Osp::Base::String *pText2, const Osp::Graphics::Bitmap *pBitmap1, const Osp::Graphics::Bitmap *pBitmap2, int itemId=LIST_ITEM_UNSPECIFIED_ID) 设置指定项为选中 result SetItemChecked (int index, bool check) 常用控件--List


网友评论