Click here to Skip to main content
16,016,022 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Help Silverlight Datagrid Pin
ninou21557-Apr-11 3:02
ninou21557-Apr-11 3:02 
Questionopensource Pin
arkiboys6-Apr-11 2:25
arkiboys6-Apr-11 2:25 
AnswerRe: opensource Pin
Pete O'Hanlon6-Apr-11 2:37
mvePete O'Hanlon6-Apr-11 2:37 
GeneralRe: opensource Pin
arkiboys6-Apr-11 3:23
arkiboys6-Apr-11 3:23 
GeneralRe: opensource Pin
Pete O'Hanlon6-Apr-11 3:44
mvePete O'Hanlon6-Apr-11 3:44 
GeneralRe: opensource Pin
arkiboys6-Apr-11 3:49
arkiboys6-Apr-11 3:49 
QuestionWPF DataGrid Virtualization Pin
arno_cp5-Apr-11 18:18
arno_cp5-Apr-11 18:18 
AnswerRe: WPF DataGrid Virtualization Pin
Tarun.K.S5-Apr-11 20:36
Tarun.K.S5-Apr-11 20:36 
Just as I suspected,

arno_cp wrote:
<Style.Triggers>
<Trigger Property="IsGrouping" Value="True">
<Setter Property="ScrollViewer.CanContentScroll" Value="False"/>
</Trigger>
</Style.Triggers>


You have to set the CanContentScroll to true if you want to use Virtualization.

You can also set the ItemsPanel of DataGrid to VirtualizingStackPanel.

People with high attitude deserve the standing ovation of our highest finger!

My Blog![^]

GeneralRe: WPF DataGrid Virtualization Pin
Abhinav S5-Apr-11 20:59
Abhinav S5-Apr-11 20:59 
GeneralRe: WPF DataGrid Virtualization Pin
Tarun.K.S5-Apr-11 21:09
Tarun.K.S5-Apr-11 21:09 
AnswerRe: WPF DataGrid Virtualization Pin
arno_cp5-Apr-11 22:59
arno_cp5-Apr-11 22:59 
GeneralRe: WPF DataGrid Virtualization Pin
Tarun.K.S6-Apr-11 2:31
Tarun.K.S6-Apr-11 2:31 
QuestionRepresent a hierarchy in a TreeView from MSSQL database Pin
Jedimark5-Apr-11 6:22
Jedimark5-Apr-11 6:22 
AnswerRe: Represent a hierarchy in a TreeView from MSSQL database Pin
Pete O'Hanlon5-Apr-11 6:45
mvePete O'Hanlon5-Apr-11 6:45 
GeneralRe: Represent a hierarchy in a TreeView from MSSQL database Pin
Jedimark6-Apr-11 8:08
Jedimark6-Apr-11 8:08 
GeneralRe: Represent a hierarchy in a TreeView from MSSQL database Pin
Pete O'Hanlon6-Apr-11 8:40
mvePete O'Hanlon6-Apr-11 8:40 
GeneralRe: Represent a hierarchy in a TreeView from MSSQL database Pin
Pete O'Hanlon5-Apr-11 11:47
mvePete O'Hanlon5-Apr-11 11:47 
GeneralRe: Represent a hierarchy in a TreeView from MSSQL database Pin
SledgeHammer015-Apr-11 13:41
SledgeHammer015-Apr-11 13:41 
AnswerRe: Represent a hierarchy in a TreeView from MSSQL database Pin
Mycroft Holmes6-Apr-11 0:50
professionalMycroft Holmes6-Apr-11 0:50 
Questionupdate datagrid in silverlight 4 Pin
arkiboys5-Apr-11 2:13
arkiboys5-Apr-11 2:13 
AnswerRe: update datagrid in silverlight 4 Pin
Abhinav S5-Apr-11 2:20
Abhinav S5-Apr-11 2:20 
GeneralRe: update datagrid in silverlight 4 Pin
arkiboys5-Apr-11 2:23
arkiboys5-Apr-11 2:23 
AnswerRe: update datagrid in silverlight 4 Pin
Abhinav S5-Apr-11 2:53
Abhinav S5-Apr-11 2:53 
GeneralRe: update datagrid in silverlight 4 Pin
arkiboys5-Apr-11 2:55
arkiboys5-Apr-11 2:55 
GeneralRe: update datagrid in silverlight 4 Pin
Abhinav S5-Apr-11 3:12
Abhinav S5-Apr-11 3:12 

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.