This is my list i want My problem is when i scroll list view then the check boxes(which are the items of this List ) are automatically checked ex - if i checked first then 4 automatically being checked。
My first goal:
1。 want to stretch my list to full i will wrap it into Scrollview how
2。 i can prevent it to automatically checked
。
<ListView
android:id="@+id/ListViewProducts"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_column="0"
android:layout_span="2"
android:clickable="true"
android:isScrollContainer="true"
android:saveEnabled="true"
android:scrollbarAlwaysDrawVerticalTrack="true"
android:scrollbarSize="10sp"
android:scrollbars="vertical" >
</ListView>