Hallo Klaus,
hier das Skript:
`….set the vscroll of group „groupdg1“ to 0
set the dgvscroll of group „dg1“ to 0
if the environment is „mobile“ then
mobileControlCreate „scroller“, „sessionListScroller“
mobileControlSet „sessionListScroller“,“visible“,true
mobileControlSet „sessionListScroller“,“rect“,the rect of group „groupdg1“
put 0,0,the width of group „dg1“,the dgformattedHeight of group „dg1“ into tContentRect
mobileControlSet „sessionListScroller“,“contentRect“,tContentRect
mobileControlSet „sessionListScroller“,“vIndicator“,true
end if
end preOpenCard
on scrollerDidScroll pHScroll, pVScroll
set the vScroll of group „groupdg1“ to pVScroll
end scrollerDidScroll
on closeCard
if the environment is „mobile“ then
mobileControlDelete „sessionListScroller“
end if
end closeCard
group „dg1“ ist mein datagrid. Group „groupdg1“ ist die Gruppe, die gescrollt wird. Das funktioniert auch mit der swipe gesture wunderbar. Mich stört nur der kleine schwarze Streifen am rechten Rand. Beim rumprobieren ist der schwarze Streifen auch manchmal am unteren Rand aufgetreten. Beide Streifen waren auch manchmal schon sichtbar, bevor ich die group „groupdg1“ visible auf true gesetzt habe. Sehr mysteriös für mich!
Wenn Du eine Idee hast, bin ich Dir sehr dankbar.
LG Andreas