Archive

Archives pour 06/2019

AddRange for ObservableCollection

An extension methode for addinf AddRange to ObservableCollection<T>

 

Categories: Non classé Tags:

UniformGrid with two orientations

for many applications we need to have an  uniform grid with

  • Orientation (horizontal or vertical)
  • VericalOriention (top or bottom) for positionning first element
  • and finaly can use  FlowDirection (LegftToRight or Right to left)

with this code

see somes samples pictures

you can test with this code

and xaml

 

 

 

Categories: Non classé Tags: