This question is locked. New answers and comments are not allowed.
Hi,
I have a RadUniformGrid on a page using this markup.
The problem - there is a "hole" at the position of the collapsed H Button.
Did I something wrong?
Manfred
I have a RadUniformGrid on a page using this markup.
<telerikPrimitives:RadUniformGrid NumberOfColumns="6" PreserveSpaceForCollapsedChildren="False"> <Button Content="A" Height="90" /> <Button Content="B" Height="90" /> <Button Content="C" Height="90" /> <Button Content="D" Height="90" /> <Button Content="E" Height="90" /> <Button Content="F" Height="90" /> <Button Content="G" Height="90" /> <Button Content="H" Height="90" Visibility="Collapsed" /> <Button Content="I" Height="90" /> <Button Content="J" Height="90" /> <Button Content="K" Height="90" /> <Button Content="L" Height="90" /> <Button Content="M" Height="90" /> <Button Content="N" Height="90" /> <Button Content="O" Height="90" /> <Button Content="P" Height="90" /> <Button Content="Q" Height="90" /> <Button Content="R" Height="90" /> <Button Content="S" Height="90" /> <Button Content="T" Height="90" /> <Button Content="U" Height="90" /> <Button Content="V" Height="90" /> <Button Content="W" Height="90" /> <Button Content="X" Height="90" /> <Button Content="Y" Height="90" /> <Button Content="Z" Height="90" /> </telerikPrimitives:RadUniformGrid>The problem - there is a "hole" at the position of the collapsed H Button.
Did I something wrong?
Manfred