Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
8k views

WPF - Animate ListBox.ScrollViewer.HorizontalOffset?

I have a collection of Visuals in a ListBox. I need to find the XPosition of an element inside it and then animate the HorizontalOffset of the ListBox's ScrollViewer. Essentially I want to created an ...
4
votes
1answer
395 views

Delphi text offsets in edits and memos

I have noticed that in Delphi 2009, the text in a multi-line memo has different padding on the left from that in a single-line edit, though both are based on TCustomEdit. The exact offset depends on ...
2
votes
2answers
1k views

Silverlight ScrollViewer initial horizontaloffset

I have a question regarding the setting of the HorizontalOffset-property (using the ScrollToHorizontalOffset method). Upon starting my application, the content for the scrollviewer is dynamically ...
1
vote
2answers
604 views

Scrollviewer Problem wpf

I am displaying images inside the listbox. i have placed this listbox inside the scrollviewer. I am using two repeat button to move the listbox items. I am binding the listbox using datacontext. ...
0
votes
0answers
219 views

Dynamically set vertical offset position rich:toolTip

How does one dynamically set the verticle or horizontal offset position for a rich:toolTip? I have this: <h:graphicImage id="resourceTipTarget" value="/myDir/target.png" ...