登录 注册
当前位置:主页 > 资源下载 > 31 > bada软件开发中常用的方法

bada软件开发中常用的方法

  • 更新:2024-08-23 21:39:20
  • 大小:1.85MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:bada - 移动开发
  • 格式:PPT

资源介绍

常用方法: 滚动到底部 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