Listbox Scroll Multiple items
(silverlight)
i have listbox, itemspaneltemplate wrappanel.
i modified listbox style's - scrollviewer's - horizontalscrollbar's smallchange bigger , smaller values not anything.
the horizontalscrollbar increments value 16 units when > clicked irrespective of smallchange's value.
<scrollbar x:name="horizontalscrollbar" grid.column="0" height="18" istabstop="false" margin="-1,0,-1,-1" orientation="horizontal" grid.row="1" visibility="{templatebinding computedhorizontalscrollbarvisibility}" value="{templatebinding horizontaloffset}" viewportsize="{templatebinding viewportwidth}" style="{staticresource scrollbarstyletesttemplate}" cursor="hand" largechange="{templatebinding viewportwidth}" maximum="{templatebinding extentwidth}" smallchange="0.01"/>
creativity flows
created a behavior listbox , used right , left scrollbar clicked events set scrolltohorizontaloffset's, work requirement.
creativity flows
Expression > Expression Blend + SketchFlow
Comments
Post a Comment