Hi,
My primary goal was just to enlarge the vertical scroolbar of a RadCombobox added at runetime by C#
But I also needed to make the RadComboBox the same Height as the Cell in which I placed it so I did a style for the RadCombobox and applied it to the one I'm creating at runtime. This is working ok but now I need to add a setter so the Height of the ComboBox in the grid be the same height of the Grid.RowHeight but it crashes.
I tried RadCombobox.MinHeightProperty and RadCombobox.HeightProperty and both crashes
could you tell me why ? See the screenshot bugBestView because the other one isn't good enough
My primary goal was just to enlarge the vertical scroolbar of a RadCombobox added at runetime by C#
But I also needed to make the RadComboBox the same Height as the Cell in which I placed it so I did a style for the RadCombobox and applied it to the one I'm creating at runtime. This is working ok but now I need to add a setter so the Height of the ComboBox in the grid be the same height of the Grid.RowHeight but it crashes.
I tried RadCombobox.MinHeightProperty and RadCombobox.HeightProperty and both crashes
could you tell me why ? See the screenshot bugBestView because the other one isn't good enough