Click here to Skip to main content
15,884,838 members
Home / Discussions / C#
   

C#

 
QuestionError: External table is not in the expected format Pin
NarVish28-Jul-13 21:26
NarVish28-Jul-13 21:26 
AnswerRe: Error: External table is not in the expected format Pin
Richard MacCutchan28-Jul-13 22:29
mveRichard MacCutchan28-Jul-13 22:29 
GeneralRe: Error: External table is not in the expected format Pin
NarVish28-Jul-13 23:49
NarVish28-Jul-13 23:49 
GeneralRe: Error: External table is not in the expected format Pin
Richard MacCutchan29-Jul-13 0:01
mveRichard MacCutchan29-Jul-13 0:01 
GeneralRe: Error: External table is not in the expected format Pin
NarVish29-Jul-13 0:14
NarVish29-Jul-13 0:14 
GeneralRe: Error: External table is not in the expected format Pin
Richard MacCutchan29-Jul-13 0:20
mveRichard MacCutchan29-Jul-13 0:20 
GeneralRe: Error: External table is not in the expected format Pin
NarVish29-Jul-13 0:52
NarVish29-Jul-13 0:52 
QuestionScrollViewer adjusting HorizontalOffset in VirtualizingStackPanel Pin
Revolty28-Jul-13 3:39
Revolty28-Jul-13 3:39 
I've an ItemsControl that is virtualized using following options (.NET 4.5):
VirtualizingStackPanel.IsVirtualizing="True"                                  ScrollViewer.CanContentScroll="True"                                  VirtualizingPanel.ScrollUnit="Pixel"
<ItemsControl.ItemsPanel>
    <ItemsPanelTemplate>
            <VirtualizingStackPanel Orientation="Horizontal" />
    </ItemsPanelTemplate>
</ItemsControl.ItemsPanel>


Scrolling using Pixels works but I noticed that the offset that i set is beeing modified afterwards, and that's a big issue for me hence i sync the offset with other controls. Also BringIntoView() does also behave wrong (randomly not work).

This is how it looks like when I log the offset I set and the offset reported in OnScrollChanged.
Set = 614,745
ScrollChanged = 614,745
Set = 702,565714285714
ScrollChanged = 702,565714285714
ScrollChanged = 658,838326118333 // NOT SET BY ME
ScrollChanged = 681,27584415585  // NOT SET BY ME


Btw, this don't happend if i use an ordinary StackPanel. Any idea why the ScrollViewer behaves this way?
QuestionNeed help to use powershell script with two foreach in c# Pin
Member 981625927-Jul-13 19:37
Member 981625927-Jul-13 19:37 
AnswerRe: Need help to use powershell script with two foreach in c# Pin
Richard MacCutchan28-Jul-13 1:04
mveRichard MacCutchan28-Jul-13 1:04 
QuestionHow to use powershell hash table in c#. Pin
Member 981625927-Jul-13 19:36
Member 981625927-Jul-13 19:36 
QuestionDisplay RichTextBox string in RDLC report Pin
cdpsource25-Jul-13 23:38
cdpsource25-Jul-13 23:38 
AnswerRe: Display RichTextBox string in RDLC report Pin
Richard Deeming26-Jul-13 1:44
mveRichard Deeming26-Jul-13 1:44 
GeneralRe: Display RichTextBox string in RDLC report Pin
cdpsource26-Jul-13 2:10
cdpsource26-Jul-13 2:10 
GeneralRe: Display RichTextBox string in RDLC report Pin
Richard Deeming26-Jul-13 2:32
mveRichard Deeming26-Jul-13 2:32 
Questionabout browsers Pin
DTSFI25-Jul-13 22:47
DTSFI25-Jul-13 22:47 
AnswerRe: about browsers Pin
Dave Kreskowiak26-Jul-13 2:44
mveDave Kreskowiak26-Jul-13 2:44 
QuestionSpeech Recgnition Pin
Pavan Patle25-Jul-13 19:06
Pavan Patle25-Jul-13 19:06 
AnswerRe: Speech Recgnition Pin
Richard MacCutchan25-Jul-13 21:23
mveRichard MacCutchan25-Jul-13 21:23 
AnswerRe: Speech Recgnition Pin
Blue_Boy25-Jul-13 21:48
Blue_Boy25-Jul-13 21:48 
GeneralRe: Speech Recgnition Pin
Keith Barrow25-Jul-13 23:24
professionalKeith Barrow25-Jul-13 23:24 
GeneralRe: Speech Recgnition Pin
Blue_Boy26-Jul-13 2:13
Blue_Boy26-Jul-13 2:13 
GeneralRe: Speech Recgnition Pin
Keith Barrow26-Jul-13 2:22
professionalKeith Barrow26-Jul-13 2:22 
SuggestionMy Vote of 1 Pin
Keith Barrow25-Jul-13 23:32
professionalKeith Barrow25-Jul-13 23:32 
AnswerRe: Speech Recgnition Pin
Amir Mohammad Nasrollahi29-Jul-13 4:28
professionalAmir Mohammad Nasrollahi29-Jul-13 4:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.