Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
245
how to indent specified item of xamComboEditor
posted

I am having a xamComboEditor.

                   <igEditors:XamComboEditor Margin="0" x:Name="cboJobFunction" Value="{Binding Path=DataItem.PersonFunctionId}"
  1.                                                   ValuePath="RefGeneralValueId" DisplayMemberPath="RefGeneralValueDescLong" 
                                                  ItemsSource="{Binding Path=DataContext.JobFunctionList, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Window}}}" 
                                                   >
                        </igEditors:XamComboEditor >
 I have bound it to a JobFunctionList and list is having the whole data including one of the item as RefGeneralValueId =-1 and RefGeneralValueDescLong ="All".

Is it possible to change the fontsize or color of this item only?
Please let me know the solution.

Parents
No Data
Reply
  • 245
    posted

    Is there any way to indent XamComboEditor I am facing the problem? 

    Please help me. If you didn't get the question i will descibe it again.

    thanks in advance.

Children